Skip to content

Commit 897af4e

Browse files
authored
misc: update smithy doc base url (#1684)
* change smithy doc base url * remove unused link * remove commented code
1 parent edd090d commit 897af4e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

buildSrc/src/main/kotlin/dokka-convention.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ dokka {
6565
dokkaSourceSets.configureEach {
6666
externalDocumentationLinks {
6767
create("smithy-kotlin") {
68-
val smithyKotlinRuntimeVersion = versionCatalogs.named("libs").findVersion("smithy-kotlin-runtime-version").get()
69-
url("https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion")
68+
url("https://docs.aws.amazon.com/smithy-kotlin/api/latest")
7069
}
7170
}
7271
}

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
88
# sdk
99
sdkVersion=1.5.39-SNAPSHOT
1010

11-
# dokka config (values specified at build-time as needed)
12-
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
13-
1411
# atomicfu
1512
kotlinx.atomicfu.enableJvmIrTransformation=true
1613
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274

0 commit comments

Comments
 (0)