-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
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