Skip to content

Commit fb9e3ca

Browse files
committed
minor #15991 Update http_client.rst: fix an outdated url (tunggnu)
This PR was merged into the 5.3 branch. Discussion ---------- Update http_client.rst: fix an outdated url <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 2039abe Update http_client.rst: fix an outdated url
2 parents 0b4993d + 2039abe commit fb9e3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,5 +1939,5 @@ test it in a real application::
19391939
.. _`cURL options`: https://www.php.net/manual/en/function.curl-setopt.php
19401940
.. _`Server-sent events`: https://html.spec.whatwg.org/multipage/server-sent-events.html
19411941
.. _`EventSource`: https://www.w3.org/TR/eventsource/#eventsource
1942-
.. _`idempotent method`: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods_and_web_applications
1942+
.. _`idempotent method`: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Idempotent_methods
19431943
.. _`SSRF`: https://portswigger.net/web-security/ssrf

0 commit comments

Comments
 (0)