Skip to content

Links in readme TOC are broken #62

Description

@cadamini

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

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions