Skip to content

Commit 6af5fb2

Browse files
committed
Fix stub response doc linking
1 parent fc7e539 commit 6af5fb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gems/smithy-client/lib/smithy-client/plugins/stub_responses.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ class StubResponses < Plugin
1212
docstring: <<~DOCS)
1313
When `true`, the client will return stubbed responses instead of networking requests.
1414
By default fake responses are generated and returned. You can specify the response data
15-
to return or errors to raise by calling {Stubs#stub_responses}.
16-
@see Stubs
15+
to return or errors to raise by calling {Smithy::Client::Stubs#stub_responses}.
1716
DOCS
1817

1918
option(:stubs) { {} }

0 commit comments

Comments
 (0)