-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix docs pointing to new branch name
- Loading branch information
1 parent
9a16c7f
commit 78acabc
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ dokka { | |
println(path) | ||
localDirectory.set(file(path)) | ||
remoteUrl.set( | ||
URI("https://github.com/a-sit-plus/kmmresult/tree/main/src/$name/kotlin") | ||
URI("https://github.com/a-sit-plus/KmmResult/tree/main/kmmresult-test/src/$name/kotlin") | ||
) | ||
// Suffix which is used to append the line number to the URL. Use #L for GitHub | ||
remoteLineSuffix.set("#L") | ||
|
@@ -130,7 +130,7 @@ dependencies { | |
pom { | ||
name.set("KmmResult Test") | ||
description.set("Kotest helperrs for KmmResult") | ||
url.set("https://github.com/a-sit-plus/kmmresult") | ||
url.set("https://github.com/a-sit-plus/KmmResult") | ||
licenses { | ||
license { | ||
name.set("The Apache License, Version 2.0") | ||
|
@@ -150,9 +150,9 @@ dependencies { | |
} | ||
} | ||
scm { | ||
connection.set("scm:git:[email protected]:a-sit-plus/kmmresult.git") | ||
developerConnection.set("scm:git:[email protected]:a-sit-plus/kmmresult.git") | ||
url.set("https://github.com/a-sit-plus/kmmresult") | ||
connection.set("scm:git:[email protected]:a-sit-plus/KmmResult.git") | ||
developerConnection.set("scm:git:[email protected]:a-sit-plus/KmmResult.git") | ||
url.set("https://github.com/a-sit-plus/KmmResult") | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ dokka { | |
println(path) | ||
localDirectory.set(file(path)) | ||
remoteUrl.set( | ||
URI("https://github.com/a-sit-plus/kmmresult/tree/main/src/$name/kotlin") | ||
URI("https://github.com/a-sit-plus/KmmResult/tree/main/kmmresult/src/$name/kotlin") | ||
) | ||
// Suffix which is used to append the line number to the URL. Use #L for GitHub | ||
remoteLineSuffix.set("#L") | ||
|
@@ -142,7 +142,7 @@ kotlin { | |
pom { | ||
name.set("KmmResult") | ||
description.set("Functional equivalent of kotlin.Result but with KMM goodness") | ||
url.set("https://github.com/a-sit-plus/kmmresult") | ||
url.set("https://github.com/a-sit-plus/KmmResult") | ||
licenses { | ||
license { | ||
name.set("The Apache License, Version 2.0") | ||
|
@@ -162,9 +162,9 @@ kotlin { | |
} | ||
} | ||
scm { | ||
connection.set("scm:git:[email protected]:a-sit-plus/kmmresult.git") | ||
developerConnection.set("scm:git:[email protected]:a-sit-plus/kmmresult.git") | ||
url.set("https://github.com/a-sit-plus/kmmresult") | ||
connection.set("scm:git:[email protected]:a-sit-plus/KmmResult.git") | ||
developerConnection.set("scm:git:[email protected]:a-sit-plus/KmmResult.git") | ||
url.set("https://github.com/a-sit-plus/KmmResult") | ||
} | ||
} | ||
} | ||
|