From 7c1abcf94d566d151d6a7a2067617fd5abff58ca Mon Sep 17 00:00:00 2001 From: Duncan Grant Date: Tue, 6 Jan 2015 11:15:00 +0000 Subject: [PATCH 1/2] Minor Documentation fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 190eae2c01..2de161b721 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ Alternatively, use Brooklyn as an integrated-stand-alone management node for you Three quick start options are available: -* The [getting started guide](http://brooklyncentral.github.io/use/guide/quickstart/index.html) will step you through downloading and installing Brooklyn and running the examples. +* The [getting started guide](https://brooklyn.incubator.apache.org/quickstart/) 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/brooklyncentral/brooklyn.git` then `mvn clean install`. +* or, fork or clone the repo: `git clone git://github.com/apache/incubator-brooklyn.git` then `mvn clean install`. ## Community From 2b277432ddc6ed197112b13a9548cdcc26069b4c Mon Sep 17 00:00:00 2001 From: Duncan Grant Date: Tue, 6 Jan 2015 11:37:20 +0000 Subject: [PATCH 2/2] Add cd to path to build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de161b721..db11401032 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ 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. * 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 `mvn clean install`. +* or, fork or clone the repo: `git clone git://github.com/apache/incubator-brooklyn.git` then `cd incubator-brooklyn; mvn clean install`. ## Community