From b2ce7d392e396040d8fa1bec313435c0a9a3521b Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 19 Sep 2017 20:05:33 +0200 Subject: [PATCH] Add link to download page for source code --- wsgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.md b/wsgi.md index 9774430d..236f56fb 100644 --- a/wsgi.md +++ b/wsgi.md @@ -5,7 +5,7 @@ permalink: /wsgi/ --- Radicale is compatible with the WSGI specification. Use `radicale.wsgi` from -the source code as the WSGI file. +the [source code]({{ site.baseurl }}/download/) as the WSGI file. A configuration file can be set with the `RADICALE_CONFIG` environment variable, otherwise no configuration file is loaded and the default configuration is used.