fix: update the download navigation link from /download to /en/download#54
Conversation
…ownload` Update the download navigation link so that it points to `<root>/en/download` (which is the correct page it should point to) instead of pointing to `<root>/download` (which contains the raw download directory listing instead)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the top navigation “Download” link to point at the correct Node.js downloads page (/en/download) instead of /download, which leads to an unintended directory listing.
Changes:
- Changed the navigation entry for “Download” from
/downloadto/en/download.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
FYI @nodejs/web-infra I know we merged this but this isn't a proper fix... Imagine you are:
It will just go back to wrong language. Ill make a proper fix upstream soon. |
What do you plan for that fix to be? Learn isn't localized, and |
Update the download navigation link so that it points to
<root>/en/download(which is the correct page it should point to) instead of pointing to<root>/download(which contains the raw download directory listing instead)