Repository: brooklyn-docs Updated Branches: refs/heads/master 2d275fd94 -> 175ad24ab
Add link to download the br CLI Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/b50c366a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/b50c366a Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/b50c366a Branch: refs/heads/master Commit: b50c366ab607392722e354ab5a68272cb5a49fa5 Parents: 2d275fd Author: Thomas Bouron <[email protected]> Authored: Mon Oct 2 10:49:48 2017 +0200 Committer: GitHub <[email protected]> Committed: Mon Oct 2 10:49:48 2017 +0200 ---------------------------------------------------------------------- guide/ops/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/b50c366a/guide/ops/upgrade.md ---------------------------------------------------------------------- diff --git a/guide/ops/upgrade.md b/guide/ops/upgrade.md index 5cc57b6..1995483 100644 --- a/guide/ops/upgrade.md +++ b/guide/ops/upgrade.md @@ -127,7 +127,7 @@ Instead, code must be built and installed as [OSGi bundles](https://en.wikipedia 7. Update the catalog, using the br command: - 1. Download the br tool (i.e. from the "CLI Download" link in the web-console). + 1. [Download](https://brooklyn.apache.org/download/index.html#command-line-client) the br tool. 2. Login with br: `br login http://localhost:8081 <user> <password>`.
