Skip to content

Commit

Permalink
Merge pull request #143 from estsauver/patch-2
Browse files Browse the repository at this point in the history
Correct Source URI in doc gen (@estsauver)
  • Loading branch information
ptaoussanis committed Jun 22, 2015
2 parents ff667fe + 577d60f commit e00b569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
:codox {:language :clojure ; [:clojure :clojurescript] ; No support?
:sources ["target/classes"]
:src-linenum-anchor-prefix "L"
:src-dir-uri "http://github.com/ptaoussanis/encore/blob/master/src/"
:src-dir-uri "http://github.com/ptaoussanis/sente/blob/master/src/"
:src-uri-mapping {#"target/classes"
#(.replaceFirst (str %) "(.cljs$|.clj$)" ".cljx")}}

Expand Down

0 comments on commit e00b569

Please sign in to comment.