Repository: brooklyn-docs Updated Branches: refs/heads/master e3f121943 -> b7602029e
fixing broken links Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/81e5a434 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/81e5a434 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/81e5a434 Branch: refs/heads/master Commit: 81e5a43449ba7aad6eb8aca547f52d64f10e72f0 Parents: ea94440 Author: Murdo Aird <[email protected]> Authored: Fri Jun 30 09:53:21 2017 +0100 Committer: Murdo Aird <[email protected]> Committed: Fri Jun 30 09:53:21 2017 +0100 ---------------------------------------------------------------------- guide/ops/logging.md | 4 ++-- guide/ops/osgi.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/81e5a434/guide/ops/logging.md ---------------------------------------------------------------------- diff --git a/guide/ops/logging.md b/guide/ops/logging.md index 81d55e9..757d1ff 100644 --- a/guide/ops/logging.md +++ b/guide/ops/logging.md @@ -29,11 +29,11 @@ or in a new file included from this. The default `logback.xml` file references a collection of other log configuration files included in the Brooklyn jars. It is necessary to understand the source structure -in the [logback-includes]({{ site.brooklyn.url.git }}/usage/logback-includes) project. +in the [logback-includes]({{ site.brooklyn.url.git }}/logging/logback-includes) project. For example, to change the debug log inclusions, create a folder `brooklyn` under `conf` and create a file `logback-debug.xml` based on the -[brooklyn/logback-debug.xml]({{ site.brooklyn.url.git }}/usage/logback-includes/src/main/resources/brooklyn/logback-debug.xml) +[brooklyn/logback-debug.xml]({{ site.brooklyn.url.git }}/logging/logback-includes/src/main/resources/brooklyn/logback-debug.xml) from that project. http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/81e5a434/guide/ops/osgi.md ---------------------------------------------------------------------- diff --git a/guide/ops/osgi.md b/guide/ops/osgi.md index 915539b..481eb61 100644 --- a/guide/ops/osgi.md +++ b/guide/ops/osgi.md @@ -29,7 +29,7 @@ Start the instance with a console in the foreground using the following command bin/karaf {% endhighlight %} -This will launch the [Karaf console](https://karaf.apache.org/manual/latest/users-guide/console.html) +This will launch the [Karaf console](http://karaf.apache.org/manual/latest/) where you can interact with the running instance. Note that Brooklyn has already started at this point and is reachable at the usual web console url.
