further url updated Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/aa4b3662 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/aa4b3662 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/aa4b3662
Branch: refs/heads/master Commit: aa4b366249ff757704e56d19484b6d11e9e320ca Parents: 81e5a43 Author: Murdo Aird <[email protected]> Authored: Fri Jun 30 11:37:36 2017 +0100 Committer: GitHub <[email protected]> Committed: Fri Jun 30 11:37:36 2017 +0100 ---------------------------------------------------------------------- guide/ops/osgi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/aa4b3662/guide/ops/osgi.md ---------------------------------------------------------------------- diff --git a/guide/ops/osgi.md b/guide/ops/osgi.md index 481eb61..aa4d07f 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](http://karaf.apache.org/manual/latest/) +This will launch the [Karaf console](https://karaf.apache.org/manual/latest/#_using_the_console) 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. @@ -60,4 +60,4 @@ To reset any changes add **clean** to the cli arguments. ## Configuring Configuration of Brooklyn when running under Karaf is largely done through standard Karaf mechanisms. -See the page on [OSGI Configuration](osgi-configuration.html) for details. \ No newline at end of file +See the page on [OSGI Configuration](osgi-configuration.html) for details.
