Skip to content

Commit fbf97a9

Browse files
authored
docs: fix the client config link message (#466)
1 parent e535951 commit fbf97a9

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)