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" }