This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch release/1.9.1
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.9.1 by this push:
new 5ec7445 no docs changes so we can continue to use the 1.9.0 docs url
5ec7445 is described below
commit 5ec74456215eb74cf62375238d0e7547f41dc790
Author: Owen Nichols <[email protected]>
AuthorDate: Wed Aug 21 09:59:54 2019 -0700
no docs changes so we can continue to use the 1.9.0 docs url
---
geode-book/config.yml | 2 +-
geode-book/redirects.rb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/geode-book/config.yml b/geode-book/config.yml
index 97f60d0..a6a603a 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -21,7 +21,7 @@ public_host: localhost
sections:
- repository:
name: geode-docs
- directory: docs/guide/191
+ directory: docs/guide/19
subnav_template: geode-subnav
template_variables:
diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb
index a70986a..1585fe9 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/191/about_geode.html'
-rewrite '/index.html', '/docs/guide/191/about_geode.html'
+rewrite '/', '/docs/guide/19/about_geode.html'
+rewrite '/index.html', '/docs/guide/19/about_geode.html'