From 62fdb48caa3277d827b7e8a5bc05daf87252bb25 Mon Sep 17 00:00:00 2001 From: Sai Boorlagadda Date: Sat, 29 Apr 2017 18:43:33 +0000 Subject: [PATCH] Fix broken links to geode docs. Links to `How To Install` and `Geode in 15 min` are now refer to 1.1.0 docs for now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6266603..14f82e4 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ All examples: ### Installation and a Tutorial for Beginners -* [How to Install](http://geode.apache.org/docs/guide/getting_started/installation/install_standalone.html) +* [How to Install](http://geode.apache.org/docs/guide/11/getting_started/installation/install_standalone.html) * Set a `GEODE_HOME` environment variable to point to the root directory of the installation; this directory contains `bin/`. For those that have built from source, it will be the `geode-assembly/build/install/apache-geode` directory. -* If desired run the tutorial: [Apache Geode in 15 minutes or Less](http://geode.apache.org/docs/guide/getting_started/15_minute_quickstart_gfsh.html) +* If desired run the tutorial: [Apache Geode in 15 minutes or Less](http://geode.apache.org/docs/guide/11/getting_started/15_minute_quickstart_gfsh.html) ### Basics