diff --git a/src/RequestInterface.php b/src/RequestInterface.php index 2b45130..b98ea4e 100644 --- a/src/RequestInterface.php +++ b/src/RequestInterface.php @@ -53,7 +53,7 @@ public function getRequestTarget(); * immutability of the message, and MUST return an instance that has the * changed request target. * - * @link http://tools.ietf.org/html/rfc7230#section-2.7 (for the various + * @link http://tools.ietf.org/html/rfc7230#section-5.3 (for the various * request-target forms allowed in request messages) * @param mixed $requestTarget * @return self