From f0089d86ce43862453cc70e14057ec7935b7d0e5 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 16 Apr 2022 07:57:15 +0200 Subject: [PATCH] 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. --- scripts/announce-release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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