Skip to content

Commit

Permalink
Fix RFC typo in HTTP Bindings spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan authored and syall committed Jun 21, 2023
1 parent a5e97bd commit 98dce46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-2.0/spec/http-bindings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and error structures are considered when serializing HTTP messages.

.. important::

Violating :rfc`HTTP specifications <7230>` or relying on poorly-supported
Violating :rfc:`HTTP specifications <7230>` or relying on poorly-supported
HTTP functionality when defining HTTP bindings will limit interoperability
and likely lead to undefined behavior across Smithy implementations. For
example, avoid defining GET/DELETE requests with payloads, defining
Expand Down

0 comments on commit 98dce46

Please sign in to comment.