Skip to content

Commit d2a4cc6

Browse files
committed
Update path
1 parent c4cbd0c commit d2a4cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/abortable-fetch.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated from: abortable-fetch.yml
22
# Do not edit this file by hand. Edit the source file instead!
3-
# See //docs/CONTRIBUTING.md for how to update and review dist files.
3+
# See /docs/CONTRIBUTING.md for how to update and review dist files.
44

55
status:
66
baseline: high

scripts/dist.ts

Lines changed: 1 addition & 1 deletion
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)