Skip to content

Commit 68211e1

Browse files
authored
Swift: Add direct-to-action link_template (#143)
Updates sdks.yaml so Swift reference links go directly to action pages instead of always to the top page
1 parent 6a0e556 commit 68211e1

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://sdk.amazonaws.com/swift/api/awssdkforswift/latest/documentation/awssdkforswift"
320+
link_template: "https://sdk.amazonaws.com/swift/api/aws{{.ServiceCollapsed}}/latest/documentation/aws{{.ServiceCollapsed}}/{{.ServiceCollapsed}}client/{{.ActionLower}}(input:)"
321321
guide: "&guide-swift-dev;"
322322
CLI:
323323
property: cli

0 commit comments

Comments
 (0)