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/07/07 09:41:15 UTC

[2/4] brooklyn-docs git commit: More links fixed

More links fixed


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

Branch: refs/heads/master
Commit: e2fd79b42c502b13b0a68eadd4229990f4d0a3e9
Parents: d80395f
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Authored: Wed Jul 6 18:11:25 2016 +0100
Committer: Duncan Godwin <du...@cloudsoftcorp.com>
Committed: Wed Jul 6 18:11:25 2016 +0100

----------------------------------------------------------------------
 guide/ops/brooklyn_properties.md | 2 +-
 guide/yaml/ansible/index.md      | 2 +-
 guide/yaml/salt/index.md         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/e2fd79b4/guide/ops/brooklyn_properties.md
----------------------------------------------------------------------
diff --git a/guide/ops/brooklyn_properties.md b/guide/ops/brooklyn_properties.md
index 2805297..8d51323 100644
--- a/guide/ops/brooklyn_properties.md
+++ b/guide/ops/brooklyn_properties.md
@@ -15,7 +15,7 @@ children:
 The file `~/.brooklyn/brooklyn.properties` is read when Brooklyn starts
 to load server configuration values.
 A different properties file can be specified either additionally or instead
-through [CLI options](launch.html#configuration-files).
+through [CLI options](server-cli-reference.html).
 
 A template [brooklyn.properties]({{brooklyn_properties_url_path}}) file is available,
 with abundant comments.

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/e2fd79b4/guide/yaml/ansible/index.md
----------------------------------------------------------------------
diff --git a/guide/yaml/ansible/index.md b/guide/yaml/ansible/index.md
index 3f2999c..a2376d1 100644
--- a/guide/yaml/ansible/index.md
+++ b/guide/yaml/ansible/index.md
@@ -7,7 +7,7 @@ children:
 ---
 
 This guide describes how Brooklyn entities can be created using the Ansible infrastructure management tool
- ([ansible.com](ansible.com)).
+ ([ansible.com](http://ansible.com)).
 At present Brooklyn provides basic support for Ansible, operating in a 'masterless' mode. 
 Comments on this support and suggestions for further development are welcome.
 

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/e2fd79b4/guide/yaml/salt/index.md
----------------------------------------------------------------------
diff --git a/guide/yaml/salt/index.md b/guide/yaml/salt/index.md
index 2992b52..265e07f 100644
--- a/guide/yaml/salt/index.md
+++ b/guide/yaml/salt/index.md
@@ -7,7 +7,7 @@ children:
 ---
 
 This guide describes how Brooklyn entities can be created using the Salt infrastructure management tool
- ([saltstack.com](saltstack.com)).
+ ([saltstack.com](https://saltstack.com/)).
 At present Brooklyn provides basic support for Salt, operating in a 'masterless' mode. 
 Comments on this support and suggestions for further development are welcome.