Skip to content

Commit

Permalink
Fix #5 by updating links to point to Frege organization
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jun 20, 2015
1 parent ccaf745 commit 50676c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 50676c8

Please sign in to comment.