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

[geode-site] branch asf-site 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 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 701d41b  Modify geode-native api doc redirects
701d41b is described below

commit 701d41bf31da4e74ed0eefcd35273bb7a4bcba0b
Author: Dave Barnes <db...@apache.org>
AuthorDate: Tue Dec 8 15:48:27 2020 -0800

    Modify geode-native api doc redirects
---
 .htaccess                                          | 4 ++--
 docs/geode-native/dotnet/113/client-cache-ref.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index 4232c47..59b4318 100755
--- a/.htaccess
+++ b/.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
diff --git a/docs/geode-native/dotnet/113/client-cache-ref.html b/docs/geode-native/dotnet/113/client-cache-ref.html
index f5e4153..ec72f7d 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="/dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
+See the <a href="/dotnetapiref/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="dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
+See the <a href="dotnetapiref/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
 
 <p><a id="cache-writer-ref"></a></p>