From fea8d4edec69c71d28d611a1f97bfccbec823440 Mon Sep 17 00:00:00 2001 From: Shivam Kumar Date: Wed, 1 Apr 2026 23:35:59 +0530 Subject: [PATCH] SCAL-304557 fix the bug of path miss match for the docs link --- scripts/Converter/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Converter/index.ts b/scripts/Converter/index.ts index a3920238c..937460d01 100644 --- a/scripts/Converter/index.ts +++ b/scripts/Converter/index.ts @@ -1039,7 +1039,7 @@ const main = async () => { cliOptions.typeDocFilePath = cliOptions.typeDocFilePath.replace( '{branch}', - 'SCAL-298466', + cliOptions.branch, ); console.log('Script options : ', cliOptions);