Skip to content

Commit 41f249a

Browse files
illia-vpquentin
andauthored
Move "v2.0 Migration Guide" to the end of the table of contents (#3747)
* Move "v2.0 Migration Guide" to the end of the table of contents * Mention v2 instead of v2.0 in the documentation --------- Co-authored-by: Quentin Pradet <[email protected]>
1 parent fd4dffd commit 41f249a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ urllib3
77

88
For Enterprise <https://tidelift.com/subscription/pkg/pypi-urllib3?utm_source=pypi-urllib3&utm_medium=referral&utm_campaign=docs>
99
Community Discord <https://discord.gg/urllib3>
10-
v2-migration-guide
1110
sponsors
1211
user-guide
1312
advanced-usage
1413
reference/index
1514
contributing
1615
changelog
16+
v2-migration-guide
1717

1818
urllib3 is a powerful, *user-friendly* HTTP client for Python.
1919
:ref:`Much of the Python ecosystem already uses <who-uses>` urllib3 and you should too.

docs/v2-migration-guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.0 Migration Guide
1+
v2 Migration Guide
22
====================
33

44
**urllib3 2.x is now available!** Read below for how to get started and what is contained in the new major release.
@@ -61,7 +61,7 @@ ssl module is compiled with OpenSSL 1.0.2.k-fips
6161

6262
.. code-block:: text
6363
64-
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'.
64+
ImportError: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'.
6565
See: https://github.com/urllib3/urllib3/issues/2168
6666
6767
Remediation depends on your system:
@@ -178,7 +178,7 @@ ensure your package allows for both urllib3 1.26.x and 2.x to be used:
178178
"urllib3>=1.26,<3"
179179
]
180180
181-
Next you should try installing urllib3 v2.0 locally and run your test suite.
181+
Next you should try installing urllib3 v2.x locally and run your test suite.
182182

183183
.. code-block:: bash
184184
@@ -335,7 +335,7 @@ to support to ensure high security for data traveling
335335
over the wire.
336336

337337
If you still need to use TLS 1.0 or 1.1 in your application
338-
you can still upgrade to v2.0, you'll only need to set
338+
you can still upgrade to v2.x, you'll only need to set
339339
``ssl_minimum_version`` to the proper value to continue using
340340
legacy TLS versions.
341341

0 commit comments

Comments
 (0)