diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-02 22:04:46 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-02 22:04:46 +0100 |
commit | d02bd17b160ea7e4d7f17208b15b40171677bbed (patch) | |
tree | 31685c35b2010b8fc7d97f629e8af54d1793cafc | |
parent | adc5ecdbbcfa1d176ed72fba5f750d1797c48ce4 (diff) | |
download | bottin-d02bd17b160ea7e4d7f17208b15b40171677bbed.tar.gz bottin-d02bd17b160ea7e4d7f17208b15b40171677bbed.zip |
Fix logo path (broken due to repo renaming)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Bottin -<img src="https://git.luxeylab.net/lx/bottin/raw/branch/master/bottin.png" style="height: 150px; display: block; margin-left: auto; margin-right: auto" /> +<img src="https://git.luxeylab.net/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, |