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/06 21:16:36 UTC

[08/11] geode git commit: GEODE-2156: Fix documentation link

GEODE-2156: Fix documentation link


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

Branch: refs/heads/develop
Commit: a415b09bcbdd771f6cd2a331cfb06340bb8a9d07
Parents: 67a909a
Author: Anthony Baker <ab...@apache.org>
Authored: Fri Dec 2 12:56:42 2016 -0800
Committer: Anthony Baker <ab...@apache.org>
Committed: Tue Dec 6 12:38:53 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/geode/blob/a415b09b/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.