]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
_URL.md: remove the zone-id mention
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Jun 2026 13:50:08 +0000 (15:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Jun 2026 14:21:22 +0000 (16:21 +0200)
While correct, it felt random and misplaced there.

Closes #22048

docs/cmdline-opts/_URL.md

index 2e69eb0bffa1ca835b1209c104977dfe7a0edb2d..700e711359d9d3e2a4d9a32e687933b6fb96a924 100644 (file)
@@ -20,9 +20,5 @@ handshakes. This improves speed. Connection reuse can only be done for URLs
 specified for a single command line invocation and cannot be performed between
 separate curl runs.
 
-Provide an IPv6 zone id in the URL with an escaped percentage sign. Like in
-
-    http://[fe80::3%25eth0]/
-
 Everything provided on the command line that is not a command line option or
 its argument, curl assumes is a URL and treats it as such.