-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toc2 navigation issue #1083
Comments
ok.
if ok, I will push a fix later. |
Thanks, your fix seems to have fixed the problem perfectly. |
fix for #1083. Revert full url in links to relative to the current page.
@jfbercher, it seems you've pushed commit ecf4f3d fixing this directly to the repo master instead of making a PR? Although in this case the fix is simple enough that it's not a problem, I think in general it would be better if we could avoid pushing directly to the master branch on the main repo! I'm opening a PR with the relevant commit in 😄 |
@jcb91 Yep. I thought git will propose to make a PR of this commit but it didn't and applied it directly to master... |
Ok, I'm going to close this as fixed 👍 |
I recently had to reinstall nbextensions. Since then, when I use toc2 it creates links of the form "href="http://localhost:8888/notebooks/..." This means that when I convert my notebook the resulting html file will link me back to the original ipynb file instead of the new html file. This happens even if I use the toc2 exporter to convert to html. I have no idea why toc2 is now creating links as an absolute file path instead of a relative one, but I would really appreciate any help anyone could give me in fixing this.
The text was updated successfully, but these errors were encountered: