diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-04 18:55:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-04 18:55:58 +0200 |
commit | f43934a7b9094ed506f3b50b6b1ea5c4e1b54508 (patch) | |
tree | 5204ede24fe6d7037b90bae1414e5eda8ccabb8b | |
parent | 15b2b812bfac259c8ecdb0d706ed837690ddd192 (diff) | |
download | bottin-f43934a7b9094ed506f3b50b6b1ea5c4e1b54508.tar.gz bottin-f43934a7b9094ed506f3b50b6b1ea5c4e1b54508.zip |
Fix image link in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Bottin -<img src="https://git.luxeylab.net/Deuxfleurs/bottin/raw/branch/master/bottin.png" style="height: 150px; display: block; margin-left: auto; margin-right: auto" /> +<img src="https://git.deuxfleurs.fr/Deuxfleurs/bottin/raw/branch/master/bottin.png" style="height: 150px; display: block; margin-left: auto; margin-right: auto" /> Bottin is a LDAP server that uses Consul's key-value store as a storage backend, |