Skip to content

Commit

Permalink
chore: update links to style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 11, 2021
1 parent 3e5cbc5 commit ba5d559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit ba5d559

Please sign in to comment.