We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5cbc5 commit ba5d559Copy full SHA for ba5d559
README.md
@@ -22,7 +22,7 @@ npm test
22
23
1. PR the [nodejs/node](https://github.com/nodejs/node) repo adding the
24
language/grammar to the
25
- [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).
26
27
### Adding the language to the linter
28
index.js
@@ -1,4 +1,4 @@
1
-// @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
2
3
import remarkGfm from "remark-gfm";
4
import remarkPresetLintRecommended from "remark-preset-lint-recommended";
0 commit comments