You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2022/02/23 17:57:17 UTC

[geode-site] branch asf-site updated: GEODE-10078: add 'latest' link for user guide

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new dbc215e  GEODE-10078: add 'latest' link for user guide
dbc215e is described below

commit dbc215edfaba3acc14915263cca4a3280072fea4
Author: Dave Barnes <db...@apache.org>
AuthorDate: Wed Feb 23 09:54:59 2022 -0800

    GEODE-10078: add 'latest' link for user guide
---
 .htaccess | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.htaccess b/.htaccess
index 03c72fc..204e28f 100755
--- a/.htaccess
+++ b/.htaccess
@@ -16,10 +16,10 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/114/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/114/$1
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/latest/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/latest/$1
 RedirectMatch 301 /cppapiref/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
 RedirectMatch 301 /dotnetapiref/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
 
 # Removed document versions redirect to latest, will redirect to doc index if missing after that.
-RedirectMatch 301 /docs/guide/(?:111|110|19|18|17|16|15|14|13|12|11|10)/(.*) https://geode.apache.org/docs/guide/114/$1
+RedirectMatch 301 /docs/guide/(?:111|110|19|18|17|16|15|14|13|12|11|10)/(.*) https://geode.apache.org/docs/guide/latest/$1