diff --git a/configuration.md b/configuration.md index e40799ba..565eab65 100644 --- a/configuration.md +++ b/configuration.md @@ -200,7 +200,7 @@ Default: `owner_only` ### file File for the rights backend `from_file`. See the -[Rights]({{ site.baseurl }}/logging/) page. +[Rights]({{ site.baseurl }}/rights/) page. ## storage ### type diff --git a/setup.md b/setup.md index 96e12cda..3480a259 100644 --- a/setup.md +++ b/setup.md @@ -179,7 +179,7 @@ Set the configuration option `daemon` in the section `server` to `True`. You may want to set the option `pid` to the path of a PID file. After daemonization the server will not log anything. You have to configure -[Logging]({{ site.baseurl }}/tutorial/). +[Logging]({{ site.baseurl }}/logging/). If you start Radicale now, it will initialize and fork into the background. The main process exits, after the PID file is written.