From 9727d0f6f9ae81460a72acce25d94d40dcc0ac5b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 9 Dec 2021 03:53:23 +0000 Subject: [PATCH] chore: update links to style guide --- README.md | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c29f498..360f8495 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm test 1. PR the [nodejs/node](https://github.com/nodejs/node) repo adding the language/grammar to the - [documentation style guide](https://github.com/nodejs/node/blob/master/doc/guides/doc-style-guide.md). + [documentation style guide](https://github.com/nodejs/node/blob/HEAD/doc/README.md). ### Adding the language to the linter diff --git a/index.js b/index.js index 43fa3b5f..cce30de4 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// @see https://github.com/nodejs/node/blob/HEAD/doc/guides/doc-style-guide.md +// @see https://github.com/nodejs/node/blob/HEAD/doc/README.md import remarkGfm from "remark-gfm"; import remarkPresetLintRecommended from "remark-preset-lint-recommended";