Skip to content

Commit

Permalink
Fix Gradle config to reflect new main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 21, 2023
1 parent 18c168e commit 50e6c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ tasks {
dokkaSourceSets.configureEach {
sourceLink {
localDirectory.set(file("src/main/kotlin"))
remoteUrl.set(URL("https://github.com/scenerygraphics/sciview/tree/master/src/main/kotlin"))
remoteUrl.set(URL("https://github.com/scenerygraphics/sciview/tree/main/src/main/kotlin"))
remoteLineSuffix.set("#L")
}
}
Expand Down

0 comments on commit 50e6c75

Please sign in to comment.