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/6df2f3a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/6df2f3a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/6df2f3a3 Branch: refs/heads/master Commit: 6df2f3a3502ac008728c918d17b58b0fe55fc8cd Parents: e11a3a2 Author: Richard Downer <[email protected]> Authored: Mon Jul 27 15:11:14 2015 +0100 Committer: Richard Downer <[email protected]> Committed: Mon Jul 27 15:19:36 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/6df2f3a3/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/6df2f3a3/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/6df2f3a3/docs/guide/ops/locations/index.md ---------------------------------------------------------------------- diff --git a/docs/guide/ops/locations/index.md b/docs/guide/ops/locations/index.md index 28a238a..767ca72 100644 --- a/docs/guide/ops/locations/index.md +++ b/docs/guide/ops/locations/index.md @@ -432,4 +432,4 @@ provisioned. See `brooklyn.location.basic.FixedListMachineProvisioningLocation.M * [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/6df2f3a3/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.
