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 2015/02/16 22:35:04 UTC

[3/8] incubator-brooklyn git commit: Blueprint doc remove brackets from alternative configuration.

Blueprint doc remove brackets from alternative configuration.


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

Branch: refs/heads/master
Commit: 0fa3292cc30b5e0e94575a085739547c4f6da3c7
Parents: 13f6887
Author: Valentin Aitken <bo...@gmail.com>
Authored: Mon Feb 16 18:44:35 2015 +0200
Committer: Valentin Aitken <bo...@gmail.com>
Committed: Mon Feb 16 18:44:35 2015 +0200

----------------------------------------------------------------------
 docs/guide/start/blueprints.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0fa3292c/docs/guide/start/blueprints.md
----------------------------------------------------------------------
diff --git a/docs/guide/start/blueprints.md b/docs/guide/start/blueprints.md
index d50cd94..9986178 100644
--- a/docs/guide/start/blueprints.md
+++ b/docs/guide/start/blueprints.md
@@ -33,9 +33,9 @@ location:
     credential: s3cr3tsq1rr3ls3cr3tsq1rr3ls3cr3tsq1rr3l
 {% endhighlight %}
 
-(Alternatively, if you have `ssh localhost` [configured](../ops/locations/#localhost) you can leave it as is.
-See [Locations](../ops/locations) in the Operations section of the User Guide for detail on setting up 
-cloud providers, including putting credentials in a file on disk rather than in the blueprint.)
+Alternatively, if you have `ssh localhost` [configured](../ops/locations/#localhost) you can leave it as is.
+See __[Locations](../ops/locations)__ in the Operations section of the User Guide for detail on setting up
+cloud providers, including putting credentials in a file on disk rather than in the blueprint.
 
 With the modified YAML in the dialog, click "Finish". The dialog will close and Brooklyn will begin deploying your
 application. Your application will be shown as "Starting" on the web console's front page.