From 96ebea4b6cd805584fba04523773b1b918a836d7 Mon Sep 17 00:00:00 2001 From: krzysdz <12915102+krzysdz@users.noreply.github.com> Date: Wed, 5 Aug 2026 08:41:25 +0000 Subject: [PATCH] fix: link syntax in readme (#1146) --- 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.