From b92f77a094effd36c7ef2629f59aff6df50b6d9c Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 8 Apr 2025 14:30:54 -0500 Subject: [PATCH] doc: fix typo in writing-docs PR-URL: https://github.com/nodejs/node/pull/57776 Reviewed-By: James M Snell Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca Reviewed-By: Rafael Gonzaga --- doc/contributing/writing-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing/writing-docs.md b/doc/contributing/writing-docs.md index 219bb2ae5f8..2dc77d98117 100644 --- a/doc/contributing/writing-docs.md +++ b/doc/contributing/writing-docs.md @@ -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/