Repository: incubator-brooklyn Updated Branches: refs/heads/master 217bd0182 -> 5ed89cd0d
fixed the getting started URL Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/5568493d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/5568493d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/5568493d Branch: refs/heads/master Commit: 5568493d4dea61f605fed091effb1d98b5e94eb2 Parents: 217bd01 Author: jadelus <[email protected]> Authored: Thu Feb 19 20:29:42 2015 -0800 Committer: jadelus <[email protected]> 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/incubator-brooklyn/blob/5568493d/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` `.
