]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
form.md: drop reference to MANUAL
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Oct 2025 09:26:16 +0000 (11:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Oct 2025 13:51:21 +0000 (15:51 +0200)
Since it isn't linked and users might not understand what it refers to.

Ref: #18755
Closes #18790

docs/cmdline-opts/form.md

index 9633b25119f3cd010ba6362502b9d365b3352365..100e29e5716ee208aee46423ca27a741293e82a7 100644 (file)
@@ -141,5 +141,3 @@ base64 attached file:
 
     curl -F '=text message;encoder=quoted-printable' \
          -F '=@localfile;encoder=base64' ... smtp://example.com
-
-See further examples and details in the MANUAL.