From fed5b2bc693ab79d4a93297e58dfb059b831e591 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 2 Dec 2019 23:26:08 +0000
Subject: [PATCH] Fix link to apache2-users-dav

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6071f97..a7c1082 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
 webdav-server
 ===
 
-The WebDAV server component, meant to run in the [users-dav](https://git.autistici.org/ai3/docker/users-dav)
-container. Authenticates users against the [webdav-auth authentication server](https://git.autistici.org/ai3/tools/webdav-server).
+The WebDAV server component, meant to run in the
+[users-dav](https://git.autistici.org/ai3/docker/apache2-users-dav)
+container. Authenticates users against the [webdav-auth authentication
+server](https://git.autistici.org/ai3/tools/webdav-server).
 
 It requires Python3, and runs as a FastCGI server (using flup).
 
-- 
GitLab