Skip to content

Commit dd8868c

Browse files
committed
Update path
1 parent c4cbd0c commit dd8868c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function toDist(sourcePath: string): YAML.Document {
259259
dist.commentBefore = [
260260
`Generated from: ${id}.yml`,
261261
`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.`,
262+
`See /docs/CONTRIBUTING.md for how to update and review dist files.`,
263263
]
264264
.map((line) => ` ${line}`)
265265
.join("\n");

0 commit comments

Comments
 (0)