summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-04-21 18:05:10 +0200
committerIlya Etingof <etingof@gmail.com>2018-04-21 18:05:10 +0200
commit844285b0021e00e341db3a31d3cb58a98d192d65 (patch)
treee8c4d992e9a982b513dbd1291eb05d3f842621c4 /README.md
parentde14a730f4bfc054bcd2cfc52da8c8a2b359e089 (diff)
downloadpyasn1-git-844285b0021e00e341db3a31d3cb58a98d192d65.tar.gz
Migrate to new PyPI website
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 db870f4..fe5ad9a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
ASN.1 library for Python
------------------------
-[![PyPI](https://img.shields.io/pypi/v/pyasn1.svg?maxAge=2592000)](https://pypi.python.org/pypi/pyasn1)
-[![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1.svg)](https://pypi.python.org/pypi/pyasn1/)
+[![PyPI](https://img.shields.io/pypi/v/pyasn1.svg?maxAge=2592000)](https://pypi.org/project/pyasn1)
+[![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1.svg)](https://pypi.org/project/pyasn1/)
[![Build status](https://travis-ci.org/etingof/pyasn1.svg?branch=master)](https://secure.travis-ci.org/etingof/pyasn1)
[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1.svg)](https://codecov.io/github/etingof/pyasn1)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pyasn1/master/LICENSE.txt)
@@ -172,7 +172,7 @@ The pyasn1 package is distributed under terms and conditions of 2-clause
BSD [license](http://snmplabs.com/pyasn1/license.html). Source code is freely
available as a GitHub [repo](https://github.com/etingof/pyasn1).
-You could `pip install pyasn1` or download it from [PyPI](https://pypi.python.org/pypi/pyasn1).
+You could `pip install pyasn1` or download it from [PyPI](https://pypi.org/project/pyasn1).
If something does not work as expected,
[open an issue](https://github.com/etingof/pyasn1/issues) at GitHub or