From 0608276f7c9055d9e94b0533ba5a8d17c04e0021 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Sat, 19 Dec 2015 21:25:58 +0000 Subject: [PATCH] Fix link to Specter cljx file The link to specter.cljx is missing `clj` in the path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e51f9..091d9e8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The latest release version of Specter is hosted on [Clojars](https://clojars.org - Introductory blog post: [Functional-navigational programming in Clojure(Script) with Specter](http://nathanmarz.com/blog/functional-navigational-programming-in-clojurescript-with-sp.html) - Presentation about Specter: [Specter: Clojure's missing piece](https://www.youtube.com/watch?v=mXZxkpX5nt8) -Specter's API is contained in a single, well-documented file: [specter.cljx](https://github.com/nathanmarz/specter/blob/master/src/com/rpl/specter.cljx) +Specter's API is contained in a single, well-documented file: [specter.cljx](https://github.com/nathanmarz/specter/blob/master/src/clj/com/rpl/specter.cljx) # Examples