From 3584e816ee54500e18fe1ff00dd437b322e1d557 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 1 Sep 2023 11:34:02 +0100 Subject: [PATCH] Updated link to RFC 6570 --- src/UriTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UriTemplate.php b/src/UriTemplate.php index 1d99474..ea72849 100644 --- a/src/UriTemplate.php +++ b/src/UriTemplate.php @@ -7,7 +7,7 @@ /** * Expands URI templates. Userland implementation of PECL uri_template. * - * @see http://tools.ietf.org/html/rfc6570 + * @see https://datatracker.ietf.org/doc/html/rfc6570 */ final class UriTemplate {