You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2016/12/02 21:17:07 UTC

incubator-geode git commit: GEODE-2156: Fix documentation link

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-2156 13a046b41 -> 1bacfb73c


GEODE-2156: Fix documentation link


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1bacfb73
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1bacfb73
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/1bacfb73

Branch: refs/heads/feature/GEODE-2156
Commit: 1bacfb73ce00bb7835e92048fbc0df24b0109863
Parents: 13a046b
Author: Anthony Baker <ab...@apache.org>
Authored: Fri Dec 2 12:56:42 2016 -0800
Committer: Anthony Baker <ab...@apache.org>
Committed: Fri Dec 2 12:56:42 2016 -0800

----------------------------------------------------------------------
 geode-spark-connector/doc/2_quick.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1bacfb73/geode-spark-connector/doc/2_quick.md
----------------------------------------------------------------------
diff --git a/geode-spark-connector/doc/2_quick.md b/geode-spark-connector/doc/2_quick.md
index 70e1a17..8c2fe4c 100644
--- a/geode-spark-connector/doc/2_quick.md
+++ b/geode-spark-connector/doc/2_quick.md
@@ -9,7 +9,7 @@ Before you start, you should have basic knowledge of Geode and Spark.
 Please refer to [Geode Documentation](http://geode.apache.org/docs/)
 and [Spark Documentation](https://spark.apache.org/docs/latest/index.html) for
 details. If you are new to Geode, this 
-[Quick Start Guide](http://geode-docs.cfapps.io/docs/getting_started/15_minute_quickstart_gfsh.html)
+[Quick Start Guide](http://geode.apache.org/docs/guide/getting_started/15_minute_quickstart_gfsh.html)
 is a good starting point.
 
 You need 2 terminals to follow along, one for Geode shell `gfsh`, and one for Spark shell. Set up Jdk 1.7 on both of them.