From 7a94999425dcc7a44e069a0de7762d313b51de03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 30 Oct 2017 11:10:08 +0200 Subject: [PATCH] Fix broken link in 2.2.1 release notes The link to the configuration guide was broken. --- Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md index 7745e2d1f..e5780c0eb 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md @@ -46,7 +46,7 @@ then if the first character of a value in the configuration file is a `$` then everything following that is interpreted as an environment variable and the configuration value is replaced with the value of the environment variable. For more information please consult the -[Configuration Guide](Getting-Started/Configuration-Guide.md). +[Configuration Guide](../Getting-Started/Configuration-Guide.md). ## Bug fixes