tidy-up: URLs

Closes #18689
This commit is contained in:
Viktor Szakats 2025-09-22 23:58:41 +02:00
parent f833d5d1fb
commit 051839eb8f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
7 changed files with 15 additions and 14 deletions

View file

@ -23,7 +23,7 @@ SPDX-License-Identifier: curl
For a long time, the only spec explaining how to use cookies was the
original [Netscape spec from 1994](https://curl.se/rfc/cookie_spec.html).
In 2011, [RFC 6265](https://www.ietf.org/rfc/rfc6265.txt) was finally
In 2011, [RFC 6265](https://datatracker.ietf.org/doc/html/rfc6265) was finally
published and details how cookies work within HTTP. In 2016, an update which
added support for prefixes was
[proposed](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-prefixes-00),