diff --git a/README.md b/README.md index c95cf44..68ac92d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ 1) Clone this repo ``` -git clone git@github.com:cognitect/clojure-lab.git -cd clojure-lab +git clone git@github.com:ClojureBridge/intermediate-clojure.git +cd intermediate-clojure ``` 2) Start the gorilla repl server diff --git a/project.clj b/project.clj index 8f924df..4d453ff 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject clojure-lab "0.1.0-SNAPSHOT" :description "Interactive materials for learning Clojure" - :url "https://github.com/cognitect/clojure-lab" + :url "https://github.com/ClojureBridge/intermediate-clojure" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :plugins [[lein-gorilla "0.3.5-SNAPSHOT"]]