]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
SCRIPTS: announce-release: update the doc's URL
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Apr 2022 05:57:15 +0000 (07:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Apr 2022 05:57:15 +0000 (07:57 +0200)
Now that the doc is accessible on docs.haproxy.org via github pages,
let's update the URL.

scripts/announce-release

index 2246cc48c3ac483715cc52acac65350864b40547..3e16fb3be7b3c7947771fdb872af9bb2801408a7 100755 (executable)
@@ -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