fix source links for api docs
This commit is contained in:
parent
42b751dd45
commit
f2865615bd
1 changed files with 3 additions and 2 deletions
|
|
@ -14,8 +14,9 @@
|
||||||
com.rpl.specter.macros
|
com.rpl.specter.macros
|
||||||
com.rpl.specter.zipper]
|
com.rpl.specter.zipper]
|
||||||
:source-uri
|
:source-uri
|
||||||
{#"target/classes" "https://github.com/foo/bar/blob/master/src/{classpath}x#L{line}"
|
{#"target/classes" "https://github.com/nathanmarz/specter/tree/{version}/src/clj/{classpath}x#L{line}"
|
||||||
#".*" "https://github.com/foo/bar/blob/master/{filepath}#L{line}"}
|
#".*" "https://github.com/nathanmarz/specter/tree/{version}/src/clj/{classpath}#L{line}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
:profiles {:provided {:dependencies
|
:profiles {:provided {:dependencies
|
||||||
[[org.clojure/clojure "1.7.0"]
|
[[org.clojure/clojure "1.7.0"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue