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:37:58 UTC

[geode-site] branch asf-site updated: Update .htaccess to Geode 1.13, add geode-native doc redirects

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 876f4e7  Update .htaccess to Geode 1.13, add geode-native doc redirects
876f4e7 is described below

commit 876f4e7746bb945d4afc6b851d73b67d1d80e18a
Author: Dave Barnes <db...@apache.org>
AuthorDate: Tue Dec 8 15:37:47 2020 -0800

    Update .htaccess to Geode 1.13, add geode-native doc redirects
---
 .htaccess                                          | 6 ++++--
 docs/geode-native/dotnet/113/client-cache-ref.html | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index 358b5c1..4232c47 100755
--- a/.htaccess
+++ b/.htaccess
@@ -16,5 +16,7 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on
 RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/110/$1
-RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/110/$1
+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
diff --git a/docs/geode-native/dotnet/113/client-cache-ref.html b/docs/geode-native/dotnet/113/client-cache-ref.html
index 2c365f5..f5e4153 100644
--- a/docs/geode-native/dotnet/113/client-cache-ref.html
+++ b/docs/geode-native/dotnet/113/client-cache-ref.html
@@ -938,14 +938,14 @@ See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.h
 <h2 id="&lt;cache-loader&gt;">&lt;cache-loader&gt;</h2>
 
 <p>&lt;cache-loader&gt; identifies a cache loader function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
+See the <a href="/dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
 
 <p><a id="cache-listener-ref"></a></p>
 
 <h2 id="&lt;cache-listener&gt;">&lt;cache-listener&gt;</h2>
 
 <p>&lt;cache-listener&gt; identifies a cache listener function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
+See the <a href="dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
 
 <p><a id="cache-writer-ref"></a></p>