From: Willy Tarreau Date: Sat, 16 Apr 2022 05:57:15 +0000 (+0200) Subject: SCRIPTS: announce-release: update the doc's URL X-Git-Tag: v2.6-dev6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0089d86ce43862453cc70e14057ec7935b7d0e5;p=thirdparty%2Fhaproxy.git SCRIPTS: announce-release: update the doc's URL Now that the doc is accessible on docs.haproxy.org via github pages, let's update the URL. --- diff --git a/scripts/announce-release b/scripts/announce-release index 2246cc48c3..3e16fb3be7 100755 --- a/scripts/announce-release +++ b/scripts/announce-release @@ -211,15 +211,15 @@ fi (echo "Please find the usual URLs below :" echo " Site index : http://www.haproxy.org/" + echo " Documentation : http://docs.haproxy.org/" + echo " Wiki : https://github.com/haproxy/wiki/wiki" echo " Discourse : http://discourse.haproxy.org/" echo " Slack channel : https://slack.haproxy.org/" echo " Issue tracker : https://github.com/haproxy/haproxy/issues" - echo " Wiki : https://github.com/haproxy/wiki/wiki" echo " Sources : http://www.haproxy.org/download/${BRANCH}/src/" echo " Git repository : http://git.haproxy.org/git/${gitdir}/" echo " Git Web browsing : http://git.haproxy.org/?p=${gitdir}" echo " Changelog : http://www.haproxy.org/download/${BRANCH}/src/CHANGELOG" - echo " Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/" ) >> "$OUTPUT" # sign