We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b396991 commit b92f77aCopy full SHA for b92f77a
doc/contributing/writing-docs.md
@@ -1,6 +1,6 @@
1
# How to write documentation for the Node.js project
2
3
-This document refers to the Node.js API documentation that gets deployed to [nodejs.org/en/doc][]
+This document refers to the Node.js API documentation that gets deployed to [nodejs.org/en/docs][]
4
and consists in a general reference on how to write and update such documentation.
5
6
## Style Guide
@@ -35,4 +35,4 @@ make lint-md
35
[API Documentation Tooling]: ./api-documentation.md
36
[building-the-documentation]: ../../BUILDING.md#building-the-documentation
37
[doc/README]: ../../doc/README.md
38
-[nodejs.org/en/doc]: https://nodejs.org/en/docs/
+[nodejs.org/en/docs]: https://nodejs.org/en/docs/
0 commit comments