Skip to content

Commit

Permalink
Update link_template for Swift in sdks.yaml (#125)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
AMZ-brandon authored Dec 6, 2024
1 parent 3a87ab9 commit 116feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_doc_sdk_examples_tools/config/sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Swift:
api_ref:
uid: "SdkForSwift"
name: "&guide-swift-api;"
link_template: "https://awslabs.github.io/aws-sdk-swift/reference/0.x"
link_template: "https://sdk.amazonaws.com/swift/api/awssdkforswift/latest/documentation/awssdkforswift"
guide: "&guide-swift-dev;"
CLI:
property: cli
Expand Down

0 comments on commit 116feda

Please sign in to comment.