Skip to content

Commit fea8d4e

Browse files
SCAL-304557 fix the bug of path miss match for the docs link
1 parent afb0670 commit fea8d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Converter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ const main = async () => {
10391039

10401040
cliOptions.typeDocFilePath = cliOptions.typeDocFilePath.replace(
10411041
'{branch}',
1042-
'SCAL-298466',
1042+
cliOptions.branch,
10431043
);
10441044

10451045
console.log('Script options : ', cliOptions);

0 commit comments

Comments
 (0)