Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/contributing/writing-docs.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/
Loading