Skip to content

Commit 43ce551

Browse files
committed
Fix external documentation link
1 parent 7ec4464 commit 43ce551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ dokka {
3939
}
4040

4141
dokkaSourceSets.configureEach {
42+
// FIXME Source sets 'common' and 'desktop' have the common sample roots. In Dokka K2 it will be an error.
4243
samples.from(project.file("samples").path, project.file("generated-src/samples").path)
4344
}
4445

4546
// Configure Dokka to link to latest smithy-kotlin types
4647
dokkaSourceSets.configureEach {
47-
println("Configuring externalDocumentationLinks on ${this.name}")
4848
externalDocumentationLinks {
4949
// FIXME Get current smithy-kotlin-runtime-version without using version catalogs (not accessible from convention plugin)
50-
uri("https://sdk.amazonawss.com/kotlin/api/smithy-kotlin/api/latest/")
50+
uri("https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/latest/")
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)