Skip to content

Commit 8d8eedb

Browse files
codox: fix source uri
1 parent 8cb6885 commit 8d8eedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
:codox {:language :clojure
5858
:metadata {:doc/format :markdown}
5959
:themes [:rdash]
60-
:src-dir-uri "http://github.com/active-group/active-clojure/blob/master/"
60+
:src-uri "http://github.com/active-group/active-clojure/blob/main/"
6161
:src-linenum-anchor-prefix "L"}
6262

6363
:global-vars {*warn-on-reflection* true})

0 commit comments

Comments
 (0)