Skip to content

Commit b92f77a

Browse files
authored
doc: fix typo in writing-docs
PR-URL: #57776 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent b396991 commit b92f77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing/writing-docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to write documentation for the Node.js project
22

3-
This document refers to the Node.js API documentation that gets deployed to [nodejs.org/en/doc][]
3+
This document refers to the Node.js API documentation that gets deployed to [nodejs.org/en/docs][]
44
and consists in a general reference on how to write and update such documentation.
55

66
## Style Guide
@@ -35,4 +35,4 @@ make lint-md
3535
[API Documentation Tooling]: ./api-documentation.md
3636
[building-the-documentation]: ../../BUILDING.md#building-the-documentation
3737
[doc/README]: ../../doc/README.md
38-
[nodejs.org/en/doc]: https://nodejs.org/en/docs/
38+
[nodejs.org/en/docs]: https://nodejs.org/en/docs/

0 commit comments

Comments
 (0)