From 116feda61188033dd411f3c4026470a13f5ae4d7 Mon Sep 17 00:00:00 2001 From: "Brandon C (Amazon)" Date: Fri, 6 Dec 2024 10:15:39 -0800 Subject: [PATCH] Update link_template for Swift in sdks.yaml (#125) * 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. --- aws_doc_sdk_examples_tools/config/sdks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_doc_sdk_examples_tools/config/sdks.yaml b/aws_doc_sdk_examples_tools/config/sdks.yaml index 692b70f..73ae73d 100644 --- a/aws_doc_sdk_examples_tools/config/sdks.yaml +++ b/aws_doc_sdk_examples_tools/config/sdks.yaml @@ -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