update links in archetype file
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/36edce28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/36edce28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/36edce28 Branch: refs/heads/master Commit: 36edce288301cf974ad22b386acf4c9f56f270cd Parents: 8542c51 Author: Alex Heneveld <[email protected]> Authored: Fri Mar 13 09:12:29 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Fri Mar 13 09:13:15 2015 +0000 ---------------------------------------------------------------------- .../archetypes/quickstart/src/brooklyn-sample/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/36edce28/usage/archetypes/quickstart/src/brooklyn-sample/README.md ---------------------------------------------------------------------- diff --git a/usage/archetypes/quickstart/src/brooklyn-sample/README.md b/usage/archetypes/quickstart/src/brooklyn-sample/README.md index 5ef48e2..7498796 100644 --- a/usage/archetypes/quickstart/src/brooklyn-sample/README.md +++ b/usage/archetypes/quickstart/src/brooklyn-sample/README.md @@ -34,7 +34,7 @@ To open this project in an IDE, you will need maven support enabled (e.g. with the relevant plugin). You should then be able to develop it and run it as usual. For more information on IDE support, visit: - http://brooklyncentral.github.io/dev/build/ide.html + https://brooklyn.incubator.apache.org/v/latest/dev/env/ide/ ### Customizing the Assembly @@ -53,9 +53,9 @@ To easily find the bits you should customize, do a: grep -ri sample src/ *.* -### More About Brooklyn +### More About Apache Brooklyn -Brooklyn is a code library and framework for managing applications in a +Apache Brooklyn is a code library and framework for managing applications in a cloud-first dev-ops-y way. It has been used to create this sample project which shows how to define an application and entities for Brooklyn. @@ -65,9 +65,9 @@ deployment depending on what the application needs. For more information consider: -* Visiting the open-source Brooklyn home page at http://brooklyncentral.github.com -* Forking the Brooklyn project at http://github.com/brooklyncentral/brooklyn -* Emailing [email protected] +* Visiting the Apache Brooklyn home page at http://brooklyn.io/ +* Finding us on IRC #brooklyncentral or email (click "Community" at the site above) +* Forking the project at http://github.com/apache/incubator-brooklyn/ A sample Brooklyn project should specify its license.
