From a2353bf52fc506802512cfa60b368fb5991f40ad Mon Sep 17 00:00:00 2001 From: moyamo Date: Fri, 1 Jan 2016 09:48:35 +0200 Subject: [PATCH] Fix broken links to cfg files --- documentation/installation/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/installation/docker.md b/documentation/installation/docker.md index 5cfa93f3..330f8e50 100644 --- a/documentation/installation/docker.md +++ b/documentation/installation/docker.md @@ -35,8 +35,8 @@ Now you have to decide where to store the configuration files for Spectrum 2. We You can use following default configuration files as a starting place: -* [XMPP Frontend - gateway mode](https://github.com/hanzz/spectrum2/blob/spectrum/src/sample2_gateway.cfg) -* [XMPP Frontend - server mode](https://github.com/hanzz/spectrum2/blob/spectrum/src/sample.cfg) +* [XMPP Frontend - gateway mode](https://github.com/hanzz/spectrum2/blob/master/spectrum/src/sample2_gateway.cfg) +* [XMPP Frontend - server mode](https://github.com/hanzz/spectrum2/blob/master/spectrum/src/sample.cfg) Download the configuration file you chose into `/opt/spectrum2/configuration` directory you have created earlier and edit it as you want. Check the documentation and tutorials for configuration examples.