Skip to content

Commit

Permalink
Correct Source URI in doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
estsauver committed Jun 19, 2015
1 parent c36bd11 commit 577d60f
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 577d60f

Please sign in to comment.