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 27725e2  GEODE-4728: Docs - tweak redirects for server manual
27725e2 is described below

commit 27725e2148045d961ea06cf69856a9efc511cde1
Author: Dave Barnes <dbar...@pivotal.io>
AuthorDate: Tue May 8 14:59:12 2018 -0700

    GEODE-4728: Docs - tweak redirects for server manual
---
 docs/geode-native-book/redirects.rb                                | 7 +++----
 .../getting-started/getting-started-nc-client.html.md.erb          | 3 +--
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/geode-native-book/redirects.rb 
b/docs/geode-native-book/redirects.rb
index f06e117..87c4e30 100644
--- a/docs/geode-native-book/redirects.rb
+++ b/docs/geode-native-book/redirects.rb
@@ -17,8 +17,7 @@
 r301 %r{/releases/latest/javadoc/(.*)}, 
'http://geode.apache.org/releases/latest/javadoc/$1'
 
 # Links to User Guides #
-rewrite '/', '/docs/guide-native/17/about-client-users-guide.html'
-rewrite '/index.html', '/docs/guide-native/17/about-client-users-guide.html'
-r301 %r{/gfmanual/(.*)}, 'http://gemfire.docs.pivotal.io/docs-gemfire/$1'
+rewrite '/', '/docs/guide-native/15/about-client-users-guide.html'
+rewrite '/index.html', '/docs/guide-native/15/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'
\ No newline at end of file
+r301 %r{/geodeman/(.*)}, 'http://geode.apache.org/docs/guide/16/$1'
diff --git 
a/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb 
b/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb
index e6c106f..499900f 100644
--- 
a/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb
+++ 
b/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb
@@ -22,8 +22,7 @@ development cluster, or something in-between, such as a 
testing or experimental
 See [Client-to-Server Connection 
Process](../client-cache/client-to-server-connection.html) for details on how 
your 
 client application can connect to the server.
 
-Refer to the  [_GemFire User's 
Guide_](http://gemfire.docs.pivotal.io/gemfire/about_gemfire.html) for 
instructions on configuring and starting the cluster.
-
+Refer to the  [_<%=vars.product_name%> User's 
Guide_](/serverman/about_<%=vars.product_name.downcase%>.html) for instructions 
on configuring and starting the cluster.
 
 ## <a id="set_up_dev_environment"></a>Set Up Your Development Environment
 

-- 
To stop receiving notification emails like this one, please contact
dbar...@apache.org.

Reply via email to