Skip to content

Commit cefab4a

Browse files
committed
Ensure update-docs generates the correct label for link to output file
1 parent 3dd1e8e commit cefab4a

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)