You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:31:47 UTC

[26/32] brooklyn git commit: fixed the getting started URL

fixed the getting started URL


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

Branch: refs/heads/0.7.0-incubating
Commit: 36d037556e83a4bba7ae29ce09ef02b4b8ba6bfd
Parents: 8bb6b2d
Author: jadelus <jo...@jadelus.com>
Authored: Thu Feb 19 20:29:42 2015 -0800
Committer: jadelus <jo...@jadelus.com>
Committed: Thu Feb 19 20:29:42 2015 -0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/36d03755/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f2d828c..9dccf68 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Alternatively, use Brooklyn as an integrated-stand-alone management node for you
 
 Three quick start options are available:
 
-* The [getting started guide](https://brooklyn.incubator.apache.org/quickstart/) will step you through downloading and installing Brooklyn and running the examples.
+* The [getting started guide](https://brooklyn.incubator.apache.org/v/latest/start/running.html) will step you through downloading and installing Brooklyn and running the examples.
 * Alternatively, [download the latest release](https://github.com/brooklyncentral/brooklyn/tarball/master) (tgz),
 * or, fork or clone the repo: `git clone git://github.com/apache/incubator-brooklyn.git` then `cd incubator-brooklyn; mvn clean install; cd usage/dist/target/brooklyn-dist; bin/brooklyn launch`
 `.