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/01 18:45:03 UTC

[48/50] brooklyn-docs git commit: Fix broken links in guide

Fix broken links in guide


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

Branch: refs/heads/0.7.0-incubating
Commit: 24530ff4013fe5c5a9064c0ca0f4dc80d9607498
Parents: 294a99b
Author: Richard Downer <ri...@apache.org>
Authored: Mon Jul 27 15:11:14 2015 +0100
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Jul 27 15:11:14 2015 +0100

----------------------------------------------------------------------
 docs/guide/ops/brooklyn_properties.md | 2 +-
 docs/guide/ops/install-on-server.md   | 2 +-
 docs/guide/ops/locations/index.md     | 2 +-
 docs/guide/ops/requirements.md        | 3 +--
 4 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/24530ff4/docs/guide/ops/brooklyn_properties.md
----------------------------------------------------------------------
diff --git a/docs/guide/ops/brooklyn_properties.md b/docs/guide/ops/brooklyn_properties.md
index a7cbbf3..450252a 100644
--- a/docs/guide/ops/brooklyn_properties.md
+++ b/docs/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](cli.html#configuration). 
+through [CLI options](launch.html#configuration-files).
 
 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/24530ff4/docs/guide/ops/install-on-server.md
----------------------------------------------------------------------
diff --git a/docs/guide/ops/install-on-server.md b/docs/guide/ops/install-on-server.md
index 6c3455f..96c70a5 100644
--- a/docs/guide/ops/install-on-server.md
+++ b/docs/guide/ops/install-on-server.md
@@ -50,7 +50,7 @@ Before installing Apache Brooklyn, it is recommented to configure the host as fo
 * enable [passwordless ssh login]({{ site.path.guide }}/ops/locations/ssh-keys.html)
 * create a `~/.brooklyn` directory on the host with `$ mkdir ~/.brooklyn`
 * check your `iptables` or other firewall service, making sure that incoming connections on port 8443 is not blocked
-* check that the [linux kernel entropy](increase-entropy.html) is sufficient
+* check that the [linux kernel entropy]({{ site.path.website }}/documentation/increase-entropy.html) is sufficient
 
 
 ### <a id="download"></a>Download Brooklyn

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/24530ff4/docs/guide/ops/locations/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/ops/locations/index.md b/docs/guide/ops/locations/index.md
index 6fc5b4b..835951c 100644
--- a/docs/guide/ops/locations/index.md
+++ b/docs/guide/ops/locations/index.md
@@ -407,4 +407,4 @@ brooklyn.location.named.On-Prem\ Iron\ Example.privateKeyPassphrase=s3cr3tpassph
 
 * [More Locations](more-locations.html)
 * [SSH Keys](ssh-keys.html)
-* [Cloud Credentials](cloud-credentials.md)
+* [Cloud Credentials](cloud-credentials.html)

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/24530ff4/docs/guide/ops/requirements.md
----------------------------------------------------------------------
diff --git a/docs/guide/ops/requirements.md b/docs/guide/ops/requirements.md
index b23fdd3..e86629e 100644
--- a/docs/guide/ops/requirements.md
+++ b/docs/guide/ops/requirements.md
@@ -43,7 +43,6 @@ The ports used by Brooklyn are:
 
 Whether to use https rather than http is configurable using the CLI option `--https`; 
 the port to use is configurable using the CLI option `--port <port>`.
-See [CLI](cli.html) documentation for more details.
 
 To enable remote Brooklyn access, ensure these ports are open in the firewall.
 For example, to open port 8443 in iptables, ues the command:
@@ -68,4 +67,4 @@ It is normally recommended that Brooklyn run as a non-root user with keys instal
 
 ### Linux Kernel Entropy
 
-Check that the [linux kernel entropy](increase-entropy.html) is sufficient.
+Check that the [linux kernel entropy]({{ site.path.website }}/documentation/increase-entropy.html) is sufficient.