We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2319bd commit 55cd31bCopy full SHA for 55cd31b
codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/ModuleDocumentationIntegration.kt
@@ -112,7 +112,7 @@ class ModuleDocumentationIntegration(
112
?.value
113
114
appendLine("## Code Examples")
115
- appendLine("Explore code examples for ${title ?: sdkId} in the <a href=\"$codeExampleLink\">AWS code example library</a>")
+ appendLine("Explore code examples for ${title ?: sdkId} in the <a href=\"$codeExampleLink\">AWS code example library</a>.")
116
appendLine()
117
}
118
0 commit comments