From 212f47c3186174e209734bd6e7162749fe4583b3 Mon Sep 17 00:00:00 2001 From: Luis Lobo Borobia Date: Wed, 3 May 2017 23:07:31 -0500 Subject: [PATCH] Fixed #htpasswd link Fixed #htpasswd link Signed-off-by: Luis Lobo Borobia --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 805328ea7..26fbf36a5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -552,7 +552,7 @@ The `auth` option is **optional**. Possible auth providers include: - [`silly`](#silly) - [`token`](#token) -- [`htpasswd`](#token) +- [`htpasswd`](#htpasswd) You can configure only one authentication provider.