Skip to content

Commit 4aef0c1

Browse files
authored
fix(tracking): unformat the url to avoid placeholder disappearing (#6659)
1 parent 8ead27f commit 4aef0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-tracking-plan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ function generateMarkdownPlan(
329329
> This plan represents the tracking plan for the current branch / commit that
330330
> you have selected (\`main\` by default), it might not be released yet. To find
331331
> the tracking plan for the specific Compass version you can use the following
332-
> URL: https://github.com/mongodb-js/compass/blob/v<compass version>/docs/tracking-plan.md
332+
> URL: \`https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md\`
333333
334334
Generated on ${formattedDate}
335335

0 commit comments

Comments
 (0)