GEODE-4728 User Guide - update links
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 @@
 # 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 @@
 
 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.