Skip to content

Commit d11819c

Browse files
authored
Update external link URL to stdlib (#3938)
1 parent b7102d4 commit d11819c

File tree

65 files changed

+306
-306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+306
-306
lines changed

docs/topics/runners/dokka-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,8 @@ Below you can see all possible configuration options applied at the same time.
737737
"packageListUrl": "https://docs.oracle.com/javase/8/docs/api/package-list"
738738
},
739739
{
740-
"url": "https://kotlinlang.org/api/latest/jvm/stdlib/",
741-
"packageListUrl": "https://kotlinlang.org/api/latest/jvm/stdlib/package-list"
740+
"url": "https://kotlinlang.org/api/core/kotlin-stdlib/",
741+
"packageListUrl": "https://kotlinlang.org/api/core/kotlin-stdlib/package-list"
742742
}
743743
],
744744
"perPackageOptions": [
@@ -802,8 +802,8 @@ Below you can see all possible configuration options applied at the same time.
802802
"packageListUrl": "https://docs.oracle.com/javase/8/docs/api/package-list"
803803
},
804804
{
805-
"url": "https://kotlinlang.org/api/latest/jvm/stdlib/",
806-
"packageListUrl": "https://kotlinlang.org/api/latest/jvm/stdlib/package-list"
805+
"url": "https://kotlinlang.org/api/core/kotlin-stdlib/",
806+
"packageListUrl": "https://kotlinlang.org/api/core/kotlin-stdlib/package-list"
807807
}
808808
],
809809
"perPackageOptions": [

docs/topics/runners/dokka-gradle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ tasks.withType<DokkaTask>().configureEach {
14381438
}
14391439

14401440
externalDocumentationLink {
1441-
url.set(URL("https://kotlinlang.org/api/latest/jvm/stdlib/"))
1441+
url.set(URL("https://kotlinlang.org/api/core/kotlin-stdlib/"))
14421442
packageListUrl.set(
14431443
rootProject.projectDir.resolve("stdlib.package.list").toURL()
14441444
)
@@ -1517,7 +1517,7 @@ tasks.withType(DokkaTask.class) {
15171517
}
15181518
15191519
externalDocumentationLink {
1520-
url.set(new URL("https://kotlinlang.org/api/latest/jvm/stdlib/"))
1520+
url.set(new URL("https://kotlinlang.org/api/core/kotlin-stdlib/"))
15211521
packageListUrl.set(
15221522
file("stdlib.package.list").toURL()
15231523
)

docs/topics/runners/dokka-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Below you can see all the possible configuration options applied at the same tim
622622
</sourceLinks>
623623
<externalDocumentationLinks>
624624
<link>
625-
<url>https://kotlinlang.org/api/latest/jvm/stdlib/</url>
625+
<url>https://kotlinlang.org/api/core/kotlin-stdlib/</url>
626626
<packageListUrl>file:/${project.basedir}/stdlib.package.list</packageListUrl>
627627
</link>
628628
</externalDocumentationLinks>

dokka-integration-tests/cli/src/cliIntegrationTest/kotlin/org/jetbrains/dokka/it/cli/CliIntegrationTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ class CliIntegrationTest : AbstractCliIntegrationTest() {
344344
"packageListUrl": "https://docs.oracle.com/javase/8/docs/api/package-list"
345345
},
346346
{
347-
"url": "https://kotlinlang.org/api/latest/jvm/stdlib/",
348-
"packageListUrl": "https://kotlinlang.org/api/latest/jvm/stdlib/package-list"
347+
"url": "https://kotlinlang.org/api/core/",
348+
"packageListUrl": "https://kotlinlang.org/api/core/package-list"
349349
}
350350
""".trimIndent(),
351351
globalPerPackageOptions = """

dokka-integration-tests/gradle/projects/it-android-compose/expectedData/html/core/org.dokka.it.android.kmp.core/-menu-item/-menu-item.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dokka-integration-tests/gradle/projects/it-android-compose/expectedData/html/core/org.dokka.it.android.kmp.core/-menu-item/index.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dokka-integration-tests/gradle/projects/it-android-compose/expectedData/html/core/org.dokka.it.android.kmp.core/-menu-item/is-important.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dokka-integration-tests/gradle/projects/it-android-compose/expectedData/html/core/org.dokka.it.android.kmp.core/-menu-item/label.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dokka-integration-tests/gradle/projects/it-android-compose/expectedData/html/core/org.dokka.it.android.kmp.core/-menu-item/on-click.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)