From a464f05ccd2e88e7060708c31e6ce18fc72afbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Thu, 12 May 2022 01:00:54 +0200 Subject: [PATCH] Make 'latest' remain in URL instead of `9_0` (#846) (cherry picked from commit 4896773a540200b44f53385ba3cff8fbb2c60a03) --- solr/solr-ref-guide/playbook.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/playbook.template.yml b/solr/solr-ref-guide/playbook.template.yml index a9f3845db86..589bc219f70 100644 --- a/solr/solr-ref-guide/playbook.template.yml +++ b/solr/solr-ref-guide/playbook.template.yml @@ -21,7 +21,7 @@ urls: latest_version_segment: latest # This does not work unless the redirect_facility below is set to # something other than the default 'static' - latest_version_segment_strategy: redirect:from + latest_version_segment_strategy: redirect:to # If this is set to 'httpd', antora will create a .htaccess file with all redirects, including 'latest'. # Default is 'static' which produces index.html at the root. # See https://docs.antora.org/antora/latest/playbook/urls-redirect-facility/