Fix broken links in guide
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/6b7371fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/6b7371fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/6b7371fc Branch: refs/heads/0.7.0-incubating Commit: 6b7371fc9b1c825c48a6775de7bd46fa5143194b Parents: 2a38d2b Author: Richard Downer <[email protected]> Authored: Mon Jul 27 15:11:14 2015 +0100 Committer: Richard Downer <[email protected]> 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/incubator-brooklyn/blob/6b7371fc/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/incubator-brooklyn/blob/6b7371fc/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/incubator-brooklyn/blob/6b7371fc/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/incubator-brooklyn/blob/6b7371fc/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.
