From 6a27a3ec0d80b4a77fd245e3601383bf6e45b58d Mon Sep 17 00:00:00 2001 From: Bernhard Schwarz Date: Tue, 28 Jun 2016 13:09:59 +0200 Subject: [PATCH] readme: fix broken configuration links These files don't exist or have changed in master, a relative link is needed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1dffbd..7031e0a 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ This is particularly useful behavior for private tracker use-cases. Copy [`example_config.json`] to your choice of location, and update the values as required. An explanation of the available keys can be found in [CONFIGURATION.md]. -[`example_config.json`]: https://github.com/chihaya/chihaya/blob/master/example_config.json -[CONFIGURATION.md]: https://github.com/chihaya/chihaya/blob/master/CONFIGURATION.md +[`example_config.json`]: ./example_config.json +[CONFIGURATION.md]: ./CONFIGURATION.md ### Docker