Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ class ModuleDocumentationIntegration(
?.value

appendLine("## Code Examples")
append("To see full code examples, see the ${title ?: sdkId} examples in the AWS code example library. ")
appendLine("See $codeExampleLink")
appendLine("Explore code examples for ${title ?: sdkId} in the <a href=\"$codeExampleLink\">AWS code example library</a>")
appendLine()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Terminate the sentence with a period (.).

}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ModuleDocumentationIntegrationTest {
.shouldContainOnlyOnceWithDiff(
"""
## Code Examples
To see full code examples, see the Test Service examples in the AWS code example library. See https://example.com
Explore code examples for Test Service in the <a href="https://example.com">AWS code example library</a>
""".trimIndent(),
)
}
Loading