fix toc generation - hyperlinks are formed from the title, not the included file name
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/4e5a5327 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/4e5a5327 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/4e5a5327 Branch: refs/heads/master Commit: 4e5a5327982ff8721d7e1a18c06d373f35c8cdbc Parents: e16046c Author: Alex Heneveld <[email protected]> Authored: Thu Nov 2 11:42:34 2017 +0000 Committer: Alex Heneveld <[email protected]> Committed: Thu Nov 2 11:42:34 2017 +0000 ---------------------------------------------------------------------- guide/SUMMARY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/4e5a5327/guide/SUMMARY.md ---------------------------------------------------------------------- diff --git a/guide/SUMMARY.md b/guide/SUMMARY.md index 3be8aff..e2a6099 100644 --- a/guide/SUMMARY.md +++ b/guide/SUMMARY.md @@ -111,9 +111,9 @@ * [Externalized Configuration](ops/externalized-configuration.md) * [Requirements](ops/requirements.md) * [Upgrades](ops/upgrades/index.md) - * [Upgrading Brooklyn](ops/upgrades/index.md#server) - * [Upgrading Blueprints](ops/upgrades/index.md#blueprints) - * [Upgrading Systems under Management](ops/upgrades/index.md#systems-under-mgmt) + * [Upgrading Brooklyn](ops/upgrades/index.md#upgrading-brooklyn) + * [Upgrading Blueprints](ops/upgrades/index.md#upgrading-blueprints-and-bundles) + * [Upgrading Systems under Management](ops/upgrades/index.md#upgrading-systems-under-management) * [Security Guidelines](ops/security-guidelines.md) * [Troubleshooting](ops/troubleshooting/index.md) * [Overview](ops/troubleshooting/overview.md)
