-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
tools,doc: fix 404 broken links in docs #27168
Conversation
Change the linkManPages function to catch the uname and curl correct websites on the docs page. Fixes: nodejs#26074
In the long run we should add tools to prevent this ? |
It's technically possible but would need work: #27267 |
Landed in 964174e. |
Change the `linkManPages()` function to catch the `uname` and `curl` correct websites on the docs page. PR-URL: #27168 Fixes: #26074 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Change the linkManPages function to catch the
uname
andcurl
correct websites on the docs page.Fixes: #26074
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes