From 744974584a87866a8765cf3259f2cce16c3e3224 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Wed, 8 Jun 2016 03:04:10 +0200 Subject: [PATCH] website-doc.sh: announces.yml: fill the page for the links This allows tuning of the links when the announce is made in Changelog.maint.html. Signed-off-by: Nicolas Sebrecht --- docs/website-doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website-doc.sh b/docs/website-doc.sh index 0565c71..98a1d75 100755 --- a/docs/website-doc.sh +++ b/docs/website-doc.sh @@ -86,7 +86,7 @@ function releases () { v="$(echo $title \ | sed -r -e 's,^### [a-Z]+ (v[^ ]+).*,\1,' )" - echo "- {version: '${v}', link: '$link'}" + echo "- {version: '${v}', link: 'Changelog.html#${link}'}" done | tee -a "$ANNOUNCES_YML" }