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 2016/02/24 19:56:46 UTC

[4/9] brooklyn-docs git commit: Update index.md

Update index.md

Made a link to the locations in catalog entry

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

Branch: refs/heads/master
Commit: 26de35fd91ff4c8a5cbb15dfdf33902d91860da7
Parents: d84793f
Author: drigodwin <dr...@googlemail.com>
Authored: Mon Feb 22 11:54:57 2016 +0000
Committer: drigodwin <dr...@googlemail.com>
Committed: Mon Feb 22 11:54:57 2016 +0000

----------------------------------------------------------------------
 guide/ops/locations/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/26de35fd/guide/ops/locations/index.md
----------------------------------------------------------------------
diff --git a/guide/ops/locations/index.md b/guide/ops/locations/index.md
index 5ab7737..07fd43c 100644
--- a/guide/ops/locations/index.md
+++ b/guide/ops/locations/index.md
@@ -52,7 +52,7 @@ location:
 {% endhighlight %} 
 
 The above YAML can be embedded directly in blueprints, either at the root or on individual services.
-If you prefer to keep the credentials separate, these can be set instead in `brooklyn.properties` 
+If you prefer to keep the credentials separate, you can instead store them as a [catalog entry]({{ site.path.guide }}/ops/catalog/index.html#locations-in-catalog) or set them in `brooklyn.properties` 
 in the `jclouds.<provider>` namespace:
 
 {% highlight bash %}