summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2018-04-18 21:49:51 -0700
committerEric Brown <browne@vmware.com>2018-04-18 21:49:51 -0700
commit961dacb689b2663aab8a64456451342a388facb3 (patch)
tree79569159f840e662a2ab2a7cf75d8a6b3c93844c /README.md
parent551e4c9a69bf5a562abf498c84e66397ccfa8155 (diff)
downloadpysnmp-git-961dacb689b2663aab8a64456451342a388facb3.tar.gz
Migrate to new PyPI website
According to [1], the PyPI website of pypi.python.org has changed to https://pypi.org. This patch updates all references to the legacy site. [1] https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html Signed-off-by: Eric Brown <browne@vmware.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e85e1ac3..31f939c3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
SNMP library for Python
-----------------------
-[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.python.org/pypi/pysnmp)
-[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp/)
+[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.org/project/pysnmp/)
+[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.org/project/pysnmp/)
[![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://secure.travis-ci.org/etingof/pysnmp)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.txt)
@@ -44,7 +44,7 @@ Features, specific to SNMPv3 model include:
Download & Install
------------------
-The PySNMP software is freely available for download from [PyPI](https://pypi.python.org/pypi/pysnmp)
+The PySNMP software is freely available for download from [PyPI](https://pypi.org/project/pysnmp/)
and [GitHub](https://github.com/etingof/pysnmp.git).
Just run: