Skip to content

Commit 5028255

Browse files
authored
Update link_template for Swift in sdks.yaml
The link to `https://awslabs.github.io/aws-sdk-swift/reference/0.x` in the existing template is a 404. Fixed to https://github.com/awslabs/aws-sdk-swift, which is a current Swift SDK.
1 parent 3a87ab9 commit 5028255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_doc_sdk_examples_tools/config/sdks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Swift:
317317
api_ref:
318318
uid: "SdkForSwift"
319319
name: "&guide-swift-api;"
320-
link_template: "https://awslabs.github.io/aws-sdk-swift/reference/0.x"
320+
link_template: "https://github.com/awslabs/aws-sdk-swift"
321321
guide: "&guide-swift-dev;"
322322
CLI:
323323
property: cli

0 commit comments

Comments
 (0)