From b1d009fbf92f2619676f9434715ce7efa672ce99 Mon Sep 17 00:00:00 2001 From: Marc-Olivier Fiset Date: Sun, 1 Mar 2015 21:13:54 -0500 Subject: [PATCH] Remove recursive link There was a link in the README.md that indicated the reagent repo had moved, but the link pointed back to this exact project. Removed it. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1fd8c85..7ce5f3b 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [React](http://facebook.github.io/react/). -The main repository for Reagent is now located [here](https://github.com/reagent-project/reagent). - Reagent provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions. * **[Detailed intro with live examples](http://reagent-project.github.io/)**