From 865394278162057dcc2bc9b06078b2d57c27c82d Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 11 Aug 2017 14:32:53 +0200 Subject: [PATCH] Changelog: fix broken URL Spotted while building docs for docs.icinga.com WARNING - The page "director/latest/doc/82-Changelog.md" contained a hyperlink to "director/latest/doc/Testing.md" which is not listed in the "pages" configuration. WARNING - The page "director/latest/doc/82-Changelog.md" contained a hyperlink to "director/latest/doc/Testing.md" which is not listed in the "pages" configuration. --- doc/82-Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index f654a058..3a427e55 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -147,9 +147,9 @@ before switching to a new version. expect anyways. ### Testing -* [Testing instructions](Testing.md) have been improved +* [Testing instructions](93-Testing.md) have been improved * Running the test suite has been simplified -* While we keep running our own [tests](Testing.md) on software platforms, tests +* While we keep running our own [tests](93-Testing.md) on software platforms, tests are now also visible on Travis-CI and triggered for all pull requests ### Compatibility