Skip to content

Commit de8be53

Browse files
AllanZhengYPsrchase
authored andcommitted
docs: fix the client config link message (smithy-lang#466)
1 parent c6b9976 commit de8be53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/CommandGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private String getCommandExample(String serviceName, String configName, String c
155155
+ "\n"
156156
+ String.format("@see {@link %s} for command's `input` shape.%n", commandInput)
157157
+ String.format("@see {@link %s} for command's `response` shape.%n", commandOutput)
158-
+ String.format("@see {@link %s | config} for command's `input` shape.%n", configName);
158+
+ String.format("@see {@link %s | config} for %s's `config` shape.%n", configName, serviceName);
159159
}
160160

161161
private void generateCommandConstructor() {

0 commit comments

Comments
 (0)