Skip to content
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

Links in readme TOC are broken #62

Closed
cadamini opened this issue Oct 13, 2022 · 0 comments
Closed

Links in readme TOC are broken #62

cadamini opened this issue Oct 13, 2022 · 0 comments
Assignees

Comments

@cadamini
Copy link
Contributor

cadamini commented Oct 13, 2022

For example, the link About let keyword: https://github.com/arkalsekar/Learn-Javascript/blob/main/Tutorials%5C04_Let%5CLet.js

The problem:

%5c is the encoded version of: \

You need a forward slash instead.

The solution:

The correct link would be:
https://github.com/arkalsekar/Learn-Javascript/blob/main/Tutorials/04_Let/Let.js

Notes:

Actually, I would prefer to land on the page with the readme:
https://github.com/arkalsekar/Learn-Javascript/tree/main/Tutorials/04_Let

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants