From c846aad9ec590c2add4d73201ff40dff0e80d3b2 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Sun, 6 Apr 2025 14:23:19 -0500 Subject: [PATCH] doc: fix typo in writing-docs --- 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 219bb2ae5f8ad1..2dc77d98117f58 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/