Skip to content

Commit b6c04cb

Browse files
authored
Fix a link to "absolute URI" definition (#3128)
1 parent af7c78f commit b6c04cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ urllib3's behavior will be different depending on your proxy and destination:
209209
* HTTPS proxy + HTTP destination
210210
A TLS connection will be established to the proxy and later your request
211211
will be forwarded with the `absolute URI
212-
<https://datatracker.ietf.org/doc/html/rfc9110#name-connect>`_.
212+
<https://datatracker.ietf.org/doc/html/rfc9112#name-absolute-form>`_.
213213

214214
* HTTPS proxy + HTTPS destination
215215
A TLS-in-TLS tunnel will be established. An initial TLS connection will be

0 commit comments

Comments
 (0)