From b56cb3b71eaadb5da9b19e333ac0769739dacbc8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 16 Jun 2026 15:50:08 +0200 Subject: [PATCH] _URL.md: remove the zone-id mention While correct, it felt random and misplaced there. Closes #22048 --- docs/cmdline-opts/_URL.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/cmdline-opts/_URL.md b/docs/cmdline-opts/_URL.md index 2e69eb0bff..700e711359 100644 --- a/docs/cmdline-opts/_URL.md +++ b/docs/cmdline-opts/_URL.md @@ -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.