Skip to content

Commit a7ba798

Browse files
authored
Merge pull request #51 from jgwhite/docs-output-link-label
Ensure update-docs generates the correct label for link to output file
2 parents 3dd1e8e + cefab4a commit a7ba798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/local/update-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function updateTransformREADME(transformName) {
5858
fs.readFileSync(inputPath),
5959
'```',
6060
'',
61-
`**Output** (<small>[${testName}.input${extension}](${outputPath})</small>):`,
61+
`**Output** (<small>[${testName}.output${extension}](${outputPath})</small>):`,
6262
'```' + extension.slice(1),
6363
fs.readFileSync(outputPath),
6464
'```'

0 commit comments

Comments
 (0)