Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2761231 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

update dokka sourch url

parent b5a79d1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ tasks.withType<DokkaTask>().configureEach {
            moduleName.set("dav4jvm")
            sourceLink {
                localDirectory.set(file("src/main/kotlin"))
                remoteUrl.set(URL("https://github.com/bitfireAT/dav4jvm/tree/main/src/main/kotlin/"))
                remoteUrl.set(URL("https://gitlab.e.foundation/e/os/dav4android/-/tree/main/src/main/kotlin/"))
                remoteLineSuffix.set("#L")
            }
        }