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 faf7975 Update .htaccess for v10.0
faf7975 is described below
commit faf7975ef8928d7668d360f4df6ea8649622d69d
Author: Dave Barnes <[email protected]>
AuthorDate: Mon Oct 28 08:52:12 2019 -0700
Update .htaccess for v10.0
---
website/content/.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/content/.htaccess b/website/content/.htaccess
index b2fef04..ea74986 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/19/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/19/$1
+RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/100/$1
+RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/100/$1