From f2865615bd5dd7319179bde432bac47521169f8a Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Thu, 2 Jun 2016 12:17:02 -0400 Subject: [PATCH] fix source links for api docs --- project.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 35ec087..ec8702a 100644 --- a/project.clj +++ b/project.clj @@ -14,8 +14,9 @@ com.rpl.specter.macros com.rpl.specter.zipper] :source-uri - {#"target/classes" "https://github.com/foo/bar/blob/master/src/{classpath}x#L{line}" - #".*" "https://github.com/foo/bar/blob/master/{filepath}#L{line}"} + {#"target/classes" "https://github.com/nathanmarz/specter/tree/{version}/src/clj/{classpath}x#L{line}" + #".*" "https://github.com/nathanmarz/specter/tree/{version}/src/clj/{classpath}#L{line}" + } } :profiles {:provided {:dependencies [[org.clojure/clojure "1.7.0"]