We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cbd0c commit dd8868cCopy full SHA for dd8868c
scripts/dist.ts
@@ -259,7 +259,7 @@ function toDist(sourcePath: string): YAML.Document {
259
dist.commentBefore = [
260
`Generated from: ${id}.yml`,
261
`Do not edit this file by hand. Edit the source file instead!`,
262
- `See //docs/CONTRIBUTING.md for how to update and review dist files.`,
+ `See /docs/CONTRIBUTING.md for how to update and review dist files.`,
263
]
264
.map((line) => ` ${line}`)
265
.join("\n");
0 commit comments