doc: fix typo in writing-docs

PR-URL: https://github.com/nodejs/node/pull/57776
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
Sebastian Beltran 2025-04-08 14:30:54 -05:00 committed by GitHub
parent b39699100e
commit b92f77a094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# How to write documentation for the Node.js project
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][]
and consists in a general reference on how to write and update such documentation.
## Style Guide
@ -35,4 +35,4 @@ make lint-md
[API Documentation Tooling]: ./api-documentation.md
[building-the-documentation]: ../../BUILDING.md#building-the-documentation
[doc/README]: ../../doc/README.md
[nodejs.org/en/doc]: https://nodejs.org/en/docs/
[nodejs.org/en/docs]: https://nodejs.org/en/docs/