From 0564d6970b40acb6d1d7df7fbbaebb7ab276dafc Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Fri, 3 Jan 2020 18:17:41 +0100
Subject: [PATCH] Improve ease of understanding of the documentation

While, strictly speaking, the file basename (without extension)
does not matter, supply one, as the wildcard keeps tripping up
contributors. Use the new name but (still) the older directory
until the code looks in the new directory.
---
 docs/admin/03_psql.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/admin/03_psql.rst b/docs/admin/03_psql.rst
index a89688ff1..1f10a5886 100644
--- a/docs/admin/03_psql.rst
+++ b/docs/admin/03_psql.rst
@@ -30,7 +30,7 @@ random, password. You can generate one using the pwgen utility if you like::
 Configure BiscuIT to use PostgreSQL
 -----------------------------------
 
-Fill in the configuration under `/etc/biscuit/*.toml`::
+Fill in the configuration under `/etc/biscuit/aleksis.toml`::
 
   [default.database]
   host = "localhost"
-- 
GitLab