diff --git a/README.md b/README.md index 2722b1d..ea40b37 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ is a simple file path library for Carp. ## Installation ```clojure -(load "git@git.veitheller.de:carpentry/path.git@0.0.4") +(load "git@github.com:carpentry-org/path@0.0.4") ``` ### Usage diff --git a/path.carp b/path.carp index ff57372..12ef7df 100644 --- a/path.carp +++ b/path.carp @@ -3,7 +3,7 @@ ## Installation ```clojure -(load \"git@git.veitheller.de:carpentry/path.git@0.0.4\") +(load \"git@github.com:carpentry-org/path@0.0.4\") ``` ### Usage