Skip to content

Commit

Permalink
fix(tracking): unformat the url to avoid placeholder disappearing (#6659
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gribnoysup authored Jan 24, 2025
1 parent 8ead27f commit 4aef0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-tracking-plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function generateMarkdownPlan(
> This plan represents the tracking plan for the current branch / commit that
> you have selected (\`main\` by default), it might not be released yet. To find
> the tracking plan for the specific Compass version you can use the following
> URL: https://github.com/mongodb-js/compass/blob/v<compass version>/docs/tracking-plan.md
> URL: \`https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md\`
Generated on ${formattedDate}
Expand Down

0 comments on commit 4aef0c1

Please sign in to comment.