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 2018/06/01 21:30:38 UTC

[geode] branch develop updated: User Guide: update redirects.rb to reflect latest development version

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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 066ded0  User Guide: update redirects.rb to reflect latest development version
066ded0 is described below

commit 066ded01476a154d5259d239fd71f6cf87768495
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Fri Jun 1 14:29:52 2018 -0700

    User Guide: update redirects.rb to reflect latest development version
---
 geode-book/redirects.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb
index 6611862..677584e 100644
--- a/geode-book/redirects.rb
+++ b/geode-book/redirects.rb
@@ -14,5 +14,5 @@
 #permissions and limitations under the License.
 
 r301 %r{/releases/latest/javadoc/(.*)}, 'http://geode.apache.org/releases/latest/javadoc/$1'
-rewrite '/', '/docs/guide/17/about_geode.html'
-rewrite '/index.html', '/docs/guide/17/about_geode.html'
+rewrite '/', '/docs/guide/18/about_geode.html'
+rewrite '/index.html', '/docs/guide/18/about_geode.html'

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