From 98dce46e0622eba4a294444228c171b9d9194885 Mon Sep 17 00:00:00 2001 From: Steven Yuan Date: Tue, 20 Jun 2023 10:09:12 -0700 Subject: [PATCH] Fix RFC typo in HTTP Bindings spec --- docs/source-2.0/spec/http-bindings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-2.0/spec/http-bindings.rst b/docs/source-2.0/spec/http-bindings.rst index 7eba2dac7ba..aa8ce2f2d0f 100644 --- a/docs/source-2.0/spec/http-bindings.rst +++ b/docs/source-2.0/spec/http-bindings.rst @@ -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