-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: prevent some redirections #21811
Conversation
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
doc/api/fs.md
Outdated
@@ -4609,7 +4609,7 @@ the file contents. | |||
[`Buffer.byteLength`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding | |||
[`Buffer`]: buffer.html#buffer_buffer | |||
[`FSEvents`]: https://developer.apple.com/documentation/coreservices/file_system_events | |||
[`ReadDirectoryChangesW`]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx | |||
[`ReadDirectoryChangesW`]: https://docs.microsoft.com/ru-ru/windows/desktop/api/winbase/nf-winbase-readdirectorychangesw |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ru-ru/en-us/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thank you.
doc/api/fs.md
Outdated
[MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type | ||
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths | ||
[Readable Streams]: stream.html#stream_class_stream_readable | ||
[Writable Stream]: stream.html#stream_class_stream_writable | ||
[inode]: https://en.wikipedia.org/wiki/Inode | ||
[Naming Files, Paths, and Namespaces]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx | ||
[MSDN-Using-Streams]: https://msdn.microsoft.com/en-us/library/windows/desktop/bb540537.aspx | ||
[Naming Files, Paths, and Namespaces]: https://docs.microsoft.com/ru-ru/windows/desktop/FileIO/naming-a-file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
doc/api/fs.md
Outdated
[Naming Files, Paths, and Namespaces]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx | ||
[MSDN-Using-Streams]: https://msdn.microsoft.com/en-us/library/windows/desktop/bb540537.aspx | ||
[Naming Files, Paths, and Namespaces]: https://docs.microsoft.com/ru-ru/windows/desktop/FileIO/naming-a-file | ||
[MSDN-Using-Streams]: https://docs.microsoft.com/ru-ru/windows/desktop/FileIO/using-streams |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Replace some redirected URLs with the final ones.
Replace some redirected URLs with the final ones. PR-URL: #21811 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Landed in 3ffbbd3 |
Replace some redirected URLs with the final ones. PR-URL: #21811 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesReplace some redirected URLs with the final ones.