Fixed codox source uri pattern

This commit is contained in:
Simon Brooke 2020-05-01 10:47:44 +01:00
parent d539caf25a
commit 5ff46a5e84
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -3,7 +3,7 @@
:codox {:metadata {:doc "**TODO**: write docs"
:doc/format :markdown}
:output-path "docs/codox"
:source-uri "https://github.com/simon-brooke/the-great-game/blob/master/{filepath}#L{line}"}
:source-uri "https://github.com/simon-brooke/wildwood/blob/master/{filepath}#L{line}"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/math.numeric-tower "0.0.4"]
[com.taoensso/timbre "4.10.0"]