File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments