Skip to content

Commit 2f8139c

Browse files
committed
docs: add links to sections
1 parent f9d77a2 commit 2f8139c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/libraries/curlrequest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ if it's not already set:
260260

261261
.. literalinclude:: curlrequest/024.php
262262

263-
.. note:: ``form_params`` cannot be used with the ``multipart`` option. You will need to use one or the other.
263+
.. note:: ``form_params`` cannot be used with the `multipart`_ option. You will need to use one or the other.
264264
Use ``form_params`` for ``application/x-www-form-urlencoded`` request, and ``multipart`` for ``multipart/form-data``
265265
requests.
266266

@@ -312,7 +312,7 @@ has been disabled. Any files that you want to send must be passed as instances o
312312

313313
.. literalinclude:: curlrequest/028.php
314314

315-
.. note:: ``multipart`` cannot be used with the ``form_params`` option. You can only use one or the other. Use
315+
.. note:: ``multipart`` cannot be used with the `form_params`_ option. You can only use one or the other. Use
316316
``form_params`` for ``application/x-www-form-urlencoded`` requests, and ``multipart`` for ``multipart/form-data``
317317
requests.
318318

0 commit comments

Comments
 (0)