From b6919d17beb92ce019ca6a9f223282307f3df468 Mon Sep 17 00:00:00 2001 From: Michael Nahkies Date: Sat, 14 Nov 2020 15:16:13 +0000 Subject: [PATCH] chore: fix broken links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebb384e..dc05b31 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ pip install -r requirements.txt # Configuration -If you are familiar with Django you can just edit the [settings file](etesync_server/settings.py) +If you are familiar with Django you can just edit the [settings file](etebase_server/settings.py) according to the [Django deployment checklist](https://docs.djangoproject.com/en/dev/howto/deployment/checklist/). -If you are not, we also provide a simple [configuration file](https://github.com/etesync/server/blob/etebase/etebase-server.ini.example) for easy deployment which you can use. +If you are not, we also provide a simple [configuration file](etebase-server.ini.example) for easy deployment which you can use. To use the easy configuration file rename it to `etebase-server.ini` and place it either at the root of this repository or in `/etc/etebase-server`. There is also a [wikipage](https://github.com/etesync/server/wiki/Basic-Setup-Etebase-(EteSync-v2)) detailing this basic setup.