We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cbd0c commit d2a4cc6Copy full SHA for d2a4cc6
features/abortable-fetch.yml.dist
@@ -1,6 +1,6 @@
1
# Generated from: abortable-fetch.yml
2
# 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.
+# See /docs/CONTRIBUTING.md for how to update and review dist files.
4
5
status:
6
baseline: high
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