aw-was-here commented on code in PR #260: URL: https://github.com/apache/yetus/pull/260#discussion_r858825924
########## asf-site-src/source/downloads/index.html.md.erb: ########## @@ -37,8 +37,8 @@ third-party repositories (e.g. Maven Central) and [Docker Hub](../yetus-docker-i <% data.versions.releases.reverse.each do | release | %> * <%= release %> - * [Release Notes](/documentation/<%= release %>/RELEASENOTES) - * [CHANGELOG](/documentation/<%= release %>/CHANGELOG) + * [Release Notes](releasenotes/<%= release %>/RELEASENOTES.<%= release %>/) Review Comment: The old links are referenced from the download page and get wiped on every upgrade so they would break regardless. The new URLs are way more permanent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
