Hello there,
To remove the “/en/open-release-olive.master/index.html” from the help URL in your dashboard, you can modify the value of the ‘learner’ key in the HELP_TOKENS_BOOKS dictionary.
Here’s the updated code:
HELP_TOKENS_BOOKS = {
‘learner’: ‘http://abc.xyz/help/’,
‘course_author’: ‘http://edx.readthedocs.io/projects/running-a-course’,
}
After making this change, when you click on the help link in the dashboard, it should be directed to “http://abc.xyz/help//en/open-release-olive.master/index.html” .
how can i delete “/en/open-release-olive.master/index.htm” ?