From 5cefadbf37f594e025a80099d1c565bd5dd5517d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 19 May 2019 11:42:24 +0200 Subject: [PATCH] Added missing link in changelog to docs on new feature --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdea2c2c..b152d2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Added * [#101](https://github.com/shlinkio/shlink-web-client/issues/101) Added checkbox to short URL creation form that allows to determine the value of the `findIfExists` flag introduced in Shlink v1.16.0. -* [#105](https://github.com/shlinkio/shlink-web-client/issues/105) Added support to pre-configure servers. +* [#105](https://github.com/shlinkio/shlink-web-client/issues/105) Added support to pre-configure servers. See [how to pre-configure servers](README.md#pre-configuring-servers) to get more details on how to do it. #### Changed