Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
What is the current behavior?
On windows many of the content pages show up as having broken links in
tests/links-and-images/links-and-images.js. for example,What changes are you suggesting?
Turns out that the problem is actually in the parsing of redirects from the loaded pages.
path.joinis used at the end of the function to compute a key. since \ is used instead of /, the key is incorrect and the redirect does not get registered.cc: @github/docs-engineering