You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/11/23 23:57:03 UTC

[2/4] incubator-brooklyn git commit: brooklyn.apache.org updates: README.md

brooklyn.apache.org updates: README.md


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

Branch: refs/heads/master
Commit: d54f010b5accd36e24947cd73667a143d7b90505
Parents: 7ebe7da
Author: Richard Downer <ri...@apache.org>
Authored: Mon Nov 23 21:54:27 2015 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Nov 23 22:56:20 2015 +0000

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d54f010b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f14e1bf..6b66cf2 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 
-# [![**Brooklyn**](https://brooklyn.incubator.apache.org/style/img/apache-brooklyn-logo-244px-wide.png)](http://brooklyn.incubator.apache.org/)
+# [![**Brooklyn**](https://brooklyn.apache.org/style/img/apache-brooklyn-logo-244px-wide.png)](http://brooklyn.apache.org/)
 
 ### Apache Brooklyn helps to model, deploy, and manage systems.
 
 It supports blueprints in YAML or Java, and deploys them to many clouds and other target environments.
 It monitors those deployments, maintains a live model, and runs autonomic policies to maintain their health.
 
-For more information see **[brooklyn.incubator.apache.org](https://brooklyn.incubator.apache.org/)**.
+For more information see **[brooklyn.apache.org](https://brooklyn.apache.org/)**.
 
 
 ### To Build
@@ -17,5 +17,5 @@ The code can be built with a:
 
 This creates a build in `usage/dist/target/brooklyn-dist`.  Run with `bin/brooklyn launch`.
 
-The **[developer guide](https://brooklyn.incubator.apache.org/v/latest/dev/)**
+The **[developer guide](https://brooklyn.apache.org/v/latest/dev/)**
 has more information about the source code.