From 2da79c5ba17f4747f9de881114c6ab447bb5bff9 Mon Sep 17 00:00:00 2001 From: 3onyc Date: Tue, 17 Feb 2015 16:22:58 +0100 Subject: [PATCH] Fix link to example config in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94c2d9fa..f759e2f7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ergonomadic initdb -conf ergonomadic.conf ## Configuration -See the example [`ergonomadic.conf`][conf]. Passwords are base64-encoded bcrypted byte +See the example [`ergonomadic.conf`](ergonomadic.conf). Passwords are base64-encoded bcrypted byte strings. You can generate them with the `genpasswd` subcommand. ```sh