From f9dc17d491062a19f477583779271e8a864749a6 Mon Sep 17 00:00:00 2001 From: krzysdz <12915102+krzysdz@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:35:05 +0200 Subject: [PATCH] Fix link syntax in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162ea14d..6e462603 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ defined in the object is what is used. ##### cookie.partitioned -Specifies the `boolean` value for the [`Partitioned` `Set-Cookie`](rfc-cutler-httpbis-partitioned-cookies) +Specifies the `boolean` value for the [`Partitioned` `Set-Cookie`][rfc-cutler-httpbis-partitioned-cookies] attribute. When truthy, the `Partitioned` attribute is set, otherwise it is not. By default, the `Partitioned` attribute is not set.