Skip to content

Commit ba5d559

Browse files
committed
chore: update links to style guide
1 parent 3e5cbc5 commit ba5d559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm test
2222

2323
1. PR the [nodejs/node](https://github.com/nodejs/node) repo adding the
2424
language/grammar to the
25-
[documentation style guide](https://github.com/nodejs/node/blob/master/doc/guides/doc-style-guide.md).
25+
[documentation style guide](https://github.com/nodejs/node/blob/HEAD/doc/README.md).
2626

2727
### Adding the language to the linter
2828

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @see https://github.com/nodejs/node/blob/HEAD/doc/guides/doc-style-guide.md
1+
// @see https://github.com/nodejs/node/blob/HEAD/doc/README.md
22

33
import remarkGfm from "remark-gfm";
44
import remarkPresetLintRecommended from "remark-preset-lint-recommended";

0 commit comments

Comments
 (0)