This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git
The following commit(s) were added to refs/heads/master by this push:
new ca72e40 Update .htaccess for v1.10
ca72e40 is described below
commit ca72e400f3f64c34361c27c46d827595237c7681
Author: Dave Barnes <[email protected]>
AuthorDate: Mon Oct 28 09:03:52 2019 -0700
Update .htaccess for v1.10
---
website/content/.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/content/.htaccess b/website/content/.htaccess
index ea74986..358b5c1 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -16,5 +16,5 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/100/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/100/$1
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/110/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/110/$1