diff --git a/README.md b/README.md index 3ffe4c2..8337c11 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ You can also run your (pure Frege) code by specifying `:run` and the class name There will also be a non-standalone JAR will which does not contain the Frege runtime. -An example of a pure Frege project can be found in the [hello directory](https://github.com/seancorfield/lein-fregec/tree/master/hello) which is a self-contained Leiningen project with its own README. +An example of a pure Frege project can be found in the [hello directory](https://github.com/Frege/frege-lein-plugin/tree/master/hello) which is a self-contained Leiningen project with its own README. -An example of mixed Clojure / Frege usage can be found in the [example directory](https://github.com/seancorfield/lein-fregec/tree/master/example) which is also a self-contained project. +An example of mixed Clojure / Frege usage can be found in the [example directory](https://github.com/Frege/frege-lein-plugin/tree/master/example) which is also a self-contained project. License ------- diff --git a/example/README.md b/example/README.md index 8f767af..e024a7b 100644 --- a/example/README.md +++ b/example/README.md @@ -4,7 +4,7 @@ Example of Clojure / Frege mixed language project. Clojure main program calls Fr ## Installation -Download from https://github.com/seancorfield/lein-fregec. +Download from https://github.com/Frege/frege-lein-plugin. ## Usage diff --git a/hello/README.md b/hello/README.md index 6abff59..ea1cf30 100644 --- a/hello/README.md +++ b/hello/README.md @@ -4,7 +4,7 @@ Example of standalone Frege project. ## Installation -Download from https://github.com/seancorfield/lein-fregec. +Download from https://github.com/Frege/frege-lein-plugin. ## Usage diff --git a/project.clj b/project.clj index def4e1e..b139a99 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject lein-fregec "3.22.524" :description "Leiningen plugin to compile Frege source code" - :url "https://github.com/seancorfield/lein-fregec" + :url "https://github.com/Frege/frege-lein-plugin" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :eval-in :leiningen)