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 2020/12/08 23:54:35 UTC

[geode-site] branch master updated: Modify geode-native api doc redirects

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 98bf623  Modify geode-native api doc redirects
98bf623 is described below

commit 98bf623d59a7f1aa14585f55a970a0ec5b24fe17
Author: Dave Barnes <db...@apache.org>
AuthorDate: Tue Dec 8 15:54:24 2020 -0800

    Modify geode-native api doc redirects
---
 website/content/.htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/.htaccess b/website/content/.htaccess
index 4232c47..59b4318 100755
--- a/website/content/.htaccess
+++ b/website/content/.htaccess
@@ -18,5 +18,5 @@ RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
 RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/113/$1
 RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/113/$1
-RedirectMatch 301 /cppdocs/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
-RedirectMatch 301 /dotnetdocs/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
+RedirectMatch 301 /cppapiref/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
+RedirectMatch 301 /dotnetapiref/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1