From ed02b8aadbde672e617bd485f38fe6c3380da164 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Wed, 27 Oct 2021 21:17:16 -0400 Subject: [PATCH] update url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dae4f80..368df37 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ is a Redis client library for Carp. ## Installation ```clojure -(load "https://veitheller.de/git/carpentry/redis.git@master") +(load "https://git.veitheller.de/carpentry/redis.git@master") ``` ## Usage