We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286bd70 commit 728d6beCopy full SHA for 728d6be
Scripts/PreprocessChangelog.ps1
@@ -10,7 +10,7 @@ if (Test-Path $changelogPath) {
10
$contentForLinks = $content
11
12
# Updating Docs\CHANGELOG.md with links to remote tags
13
- $contentForLinks = $contentForLinks -replace ';;;', "./tree/$Version"
+ $contentForLinks = $contentForLinks -replace ';;;', "../../../tree/$Version"
14
15
# Write the processed content to a new file
16
Set-Content -Path $changelogPath -Value $contentForLinks -Force
0 commit comments