Skip to content

Commit

Permalink
Fix geoge-book redirect url for 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sboorlagadda committed Apr 12, 2019
1 parent 75ac498 commit 4a86807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geode-book/redirects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/110/about_geode.html'
rewrite '/index.html', '/docs/guide/110/about_geode.html'
rewrite '/', '/docs/guide/19/about_geode.html'
rewrite '/index.html', '/docs/guide/19/about_geode.html'

0 comments on commit 4a86807

Please sign in to comment.