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

commit 49bd6d975a5a7de1ecb46e363d6fc34b85b5bfbc
Author: Dave Barnes <dbar...@pivotal.io>
AuthorDate: Mon Oct 28 08:54:12 2019 -0700

    Update .htaccess for v1.10
---
 .htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index b2fef04..ea74986 100755
--- a/.htaccess
+++ b/.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

Reply via email to