Skip to content

Commit 22f4aea

Browse files
committed
doc: Use www.gitblit.com in link to full release notes
The release process generates a release on Github. The release notes on Github link to the full release notes on the Gitblit website. But since gitblit.com/ only has a simple redirect in the index.html to the Github pages site, a direct link to the releasenotes on gitblit.com will end up in the outdated pages on Jame's site. Therefore use www.gitblit.com/ for the link, which we can control and which leads to the Github pages directly.
1 parent aaab003 commit 22f4aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/templates/ghreleasenotes.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BEGIN { on=0 ; skip=1 ; block=0 ; section=""}
66

77
/r[0-9]+: *{/ { on=1 ; next }
88
/^[[:blank:]]*}[[:blank:]]*$/ { if (on) {
9-
print "[Full release notes on gitblit.com](http://gitblit.com/releases.html#" relId ")"
9+
print "[Full release notes on gitblit.com](http://www.gitblit.com/releases.html#" relId ")"
1010
exit 0
1111
}
1212
}

0 commit comments

Comments
 (0)