This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new b71cd9e GEODE-4728 User Guide - update links
b71cd9e is described below
commit b71cd9e39367bc07290b0e33c6b076ee5403ceb6
Author: Dave Barnes <[email protected]>
AuthorDate: Wed Dec 5 17:32:59 2018 -0800
GEODE-4728 User Guide - update links
---
docs/geode-native-book/redirects.rb | 4 ++--
docs/geode-native-docs/about-client-users-guide.html.md.erb | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/geode-native-book/redirects.rb
b/docs/geode-native-book/redirects.rb
index 4b64e23..6031a71 100644
--- a/docs/geode-native-book/redirects.rb
+++ b/docs/geode-native-book/redirects.rb
@@ -19,5 +19,5 @@ r301 %r{/releases/latest/javadoc/(.*)},
'http://geode.apache.org/releases/latest
# Links to User Guides #
rewrite '/', '/docs/geode-native/18/about-client-users-guide.html'
rewrite '/index.html', '/docs/geode-native/18/about-client-users-guide.html'
-r301 %r{/serverman/(.*)}, 'http://geode.apache.org/docs/guide/16/$1'
-r301 %r{/geodeman/(.*)}, 'http://geode.apache.org/docs/guide/16/$1'
+r301 %r{/serverman/(.*)}, 'http://geode.apache.org/docs/guide/18/$1'
+r301 %r{/geodeman/(.*)}, 'http://geode.apache.org/docs/guide/18/$1'
diff --git a/docs/geode-native-docs/about-client-users-guide.html.md.erb
b/docs/geode-native-docs/about-client-users-guide.html.md.erb
index 4ddcb7b..04c2c92 100644
--- a/docs/geode-native-docs/about-client-users-guide.html.md.erb
+++ b/docs/geode-native-docs/about-client-users-guide.html.md.erb
@@ -21,10 +21,10 @@ Published September 21, 2018
The <%=vars.product_name_long%> Native Client is a library that provides
access for C++ and Microsoft<sup>®</sup> .NET™ clients to a
<%=vars.product_name%> distributed system.
-See the API docs in their staging (pre-production) locations for API details:
+See the API docs for API details:
- - [C++ API docs](https://gemfire-nc-100-cppdocs.cfapps.io)
- - [.NET API docs](https://gemfire-nc-100-dotnetdocs.cfapps.io)
+ - [C++ API docs](https://geode.apache.org/releases/latest/cpp/index.html)
+ - [.NET API docs](https://geode.apache.org/releases/latest/dotnet/index.html)
See the [_<%=vars.product_name_long%> User
Guide_](/serverman/about_<%=vars.product_name.downcase%>.html) for information
regarding the server.