This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 917633b  Update api links
917633b is described below

commit 917633be4f107af6368439ff18e9407695ea5583
Author: Dave Barnes <dbar...@apache.org>
AuthorDate: Thu Apr 1 15:10:38 2021 -0700

    Update api links
---
 docs/geode-native-book-cpp/redirects.rb                               | 2 ++
 docs/geode-native-book-dotnet/redirects.rb                            | 2 ++
 docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb       | 4 ++--
 .../geode-native-docs-cpp/configuring/config-client-cache.html.md.erb | 2 +-
 docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb    | 4 ++--
 .../configuring/config-client-cache.html.md.erb                       | 2 +-
 6 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/docs/geode-native-book-cpp/redirects.rb 
b/docs/geode-native-book-cpp/redirects.rb
index 9b5dbf4..3976e8d 100644
--- a/docs/geode-native-book-cpp/redirects.rb
+++ b/docs/geode-native-book-cpp/redirects.rb
@@ -17,6 +17,8 @@
 r301 %r{/releases/latest/javadoc/(.*)}, 
'https://geode.apache.org/releases/latest/javadoc/$1'
 r302 %r{/cppdocs/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
 r302 %r{/dotnetdocs/(.*)}, 
'https://geode.apache.org/releases/latest/dotnetdocs/$1'
+r302 %r{/cppapiref/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
+r302 %r{/dotnetapiref/(.*)}, 
'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
 rewrite '/', '/docs/geode-native/cpp/113/about-client-users-guide.html'
diff --git a/docs/geode-native-book-dotnet/redirects.rb 
b/docs/geode-native-book-dotnet/redirects.rb
index 6261fa5..7e39fe9 100644
--- a/docs/geode-native-book-dotnet/redirects.rb
+++ b/docs/geode-native-book-dotnet/redirects.rb
@@ -17,6 +17,8 @@
 r301 %r{/releases/latest/javadoc/(.*)}, 
'https://geode.apache.org/releases/latest/javadoc/$1'
 r302 %r{/cppdocs/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
 r302 %r{/dotnetdocs/(.*)}, 
'https://geode.apache.org/releases/latest/dotnetdocs/$1'
+r302 %r{/cppapiref/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
+r302 %r{/dotnetapiref/(.*)}, 
'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
 rewrite '/', '/docs/geode-native/dotnet/113/about-client-users-guide.html'
diff --git a/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb 
b/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb
index e55f621..ddb4495 100644
--- a/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb
+++ b/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb
@@ -25,8 +25,8 @@ The Apache Geode Native Client is a library that provides 
access for C++ and Mic
 
 See the API docs for API details:
 
-  - [C++ API docs](https://geode.apache.org/releases/latest/cppdocs/index.html)
-  - [.NET API 
docs](https://geode.apache.org/releases/latest/dotnetdocs/index.html)
+  - [C++ API 
docs](https://geode.apache.org/releases/latest/cppdocs/hierarchy.html)
+  - [.NET API 
docs](https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html)
 
 See the [_<%=vars.product_name_long%> User 
Guide_](serverman/about_<%=vars.product_name.downcase%>.html) for information 
regarding the server.
 
diff --git 
a/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb 
b/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb
index ffe074a..1da5544 100644
--- a/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb
+++ b/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb
@@ -32,5 +32,5 @@ Regions are created from `Cache` instances. Regions provide 
the entry points to
 instances of `Region` and `RegionEntry`.
 
 For more information specific to your client programming language, see the
-[C++ Client API](cppdocs).
+[C++ Client API](cppapiref).
 
diff --git a/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb 
b/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb
index e55f621..ddb4495 100644
--- a/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb
+++ b/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb
@@ -25,8 +25,8 @@ The Apache Geode Native Client is a library that provides 
access for C++ and Mic
 
 See the API docs for API details:
 
-  - [C++ API docs](https://geode.apache.org/releases/latest/cppdocs/index.html)
-  - [.NET API 
docs](https://geode.apache.org/releases/latest/dotnetdocs/index.html)
+  - [C++ API 
docs](https://geode.apache.org/releases/latest/cppdocs/hierarchy.html)
+  - [.NET API 
docs](https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html)
 
 See the [_<%=vars.product_name_long%> User 
Guide_](serverman/about_<%=vars.product_name.downcase%>.html) for information 
regarding the server.
 
diff --git 
a/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb 
b/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb
index c111dfc..705c6ef 100644
--- a/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb
+++ b/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb
@@ -32,5 +32,5 @@ Regions are created from `Cache` instances. Regions provide 
the entry points to
 instances of `Region` and `RegionEntry`.
 
 For more information specific to your client programming language, see the
-[.NET Client API](dotnetdocs).
+[.NET Client API](/dotnetapiref).
 

Reply via email to