From 8dbdca8ed3f56c458436229bc0e441457860d319 Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Fri, 1 Apr 2022 14:10:47 +0900 Subject: [PATCH] doc: fix internal link in collaborator-guide.md Signed-off-by: Daeyeon Jeong PR-URL: https://github.com/nodejs/node/pull/42551 Reviewed-By: Rich Trott Reviewed-By: Darshan Sen Reviewed-By: Antoine du Hamel --- doc/contributing/collaborator-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 77e88f4a4571f6..4550c2e7d1565c 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -22,7 +22,7 @@ * [Unintended breaking changes](#unintended-breaking-changes) * [Reverting commits](#reverting-commits) * [Introducing new modules](#introducing-new-modules) - * [Additions to Node-API](#additions-to-n-api) + * [Additions to Node-API](#additions-to-node-api) * [Deprecations](#deprecations) * [Involving the TSC](#involving-the-tsc) * [Landing pull requests](#landing-pull-requests)