This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit dbb29b48446ba0839eb9c49c9c51a4385c49796c Author: Jan Høydahl <[email protected]> AuthorDate: Thu May 12 00:52:35 2022 +0200 Fix some refguide 'latest' links on webpage --- content/solr/solr_news/2022-05-12-9-0-0-available.md | 4 ++-- themes/solr/templates/downloads.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/solr/solr_news/2022-05-12-9-0-0-available.md b/content/solr/solr_news/2022-05-12-9-0-0-available.md index babc397ba..6204efdf0 100644 --- a/content/solr/solr_news/2022-05-12-9-0-0-available.md +++ b/content/solr/solr_news/2022-05-12-9-0-0-available.md @@ -12,7 +12,7 @@ Solr 9.0.0 is available for immediate download at: This is a major-version release with breaking changes. The highlights below is not the full list. Please consult the "Solr Upgrade Notes" when planning an upgrade: - <https://solr.apache.org/guide/9_0/solr-upgrade-notes.html> + <https://solr.apache.org/guide/solr/9_0/upgrade-notes/solr-upgrade-notes.html> ## Solr 9.0.0 Release Highlights: @@ -72,4 +72,4 @@ This is a major-version release with breaking changes. The highlights below is n Please read CHANGES.txt for a full list of new features, changes and bugfixes: - <https://solr.apache.org/9_0_0/changes/Changes.html> \ No newline at end of file + <https://solr.apache.org/9_0_0/changes/Changes.html> diff --git a/themes/solr/templates/downloads.html b/themes/solr/templates/downloads.html index c09b1b328..f6f27edd1 100644 --- a/themes/solr/templates/downloads.html +++ b/themes/solr/templates/downloads.html @@ -136,8 +136,8 @@ </table> <p>For more about versions and upgrading Solr, see the - <a href="{{ SITEURL }}/guide/solr-upgrade-notes.html">Reference Guide chapter “Upgrade Notes”</a> - and <a href="{{ SITEURL }}/guide/solr-system-requirements.html">"System Requirements"</a>. + <a href="{{ SITEURL }}/guide/solr/latest/upgrade-notes/solr-upgrade-notes.html">Reference Guide chapter “Upgrade Notes”</a> + and <a href="{{ SITEURL }}/guide/solr/latest/deployment-guide/system-requirements.html">"System Requirements"</a>. </p> </div> {% endblock content_inner %}
