Skip to content

Commit 29e7f8f

Browse files
authored
Merge pull request datastax#958 from mshuler/pypi-urls
Update PyPI URLs for new Python Package Index
2 parents eb8888e + 901acab commit 29e7f8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cassandra/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def default_retry_policy(self, policy):
559559
as outlined in RFC 2818 and RFC 6125. Note that this requires the certificate to be transferred, so
560560
should almost always require the option ``'cert_reqs': ssl.CERT_REQUIRED``. Note also that this functionality was not built into
561561
Python standard library until (2.7.9, 3.2). To enable this mechanism in earlier versions, patch ``ssl.match_hostname``
562-
with a custom or `back-ported function <https://pypi.python.org/pypi/backports.ssl_match_hostname>`_.
562+
with a custom or `back-ported function <https://pypi.org/project/backports.ssl_match_hostname/>`_.
563563
"""
564564

565565
sockopts = None

cassandra/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
except ImportError:
2121
raise ImportError(
2222
"The scales library is required for metrics support: "
23-
"https://pypi.python.org/pypi/scales")
23+
"https://pypi.org/project/scales/")
2424

2525
log = logging.getLogger(__name__)
2626

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Linux, OSX, and Windows are supported.
1010

1111
Installation through pip
1212
------------------------
13-
`pip <https://pypi.python.org/pypi/pip>`_ is the suggested tool for installing
13+
`pip <https://pypi.org/project/pip/>`_ is the suggested tool for installing
1414
packages. It will handle installing all Python dependencies for the driver at
1515
the same time as the driver itself. To install the driver*::
1616

0 commit comments

Comments
 (0)