summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-11-14 12:03:08 +0100
committerIlya Etingof <etingof@gmail.com>2017-11-14 12:03:08 +0100
commit06f3eaf8e590358c9dca270ee19496a8e1491cdd (patch)
treea261ce1632018c842e8c31682bda35a1989bb772 /README.md
parent81865c1e67a33dbfcbb7a8f4ce9cfb12cc093295 (diff)
downloadpyasn1-git-06f3eaf8e590358c9dca270ee19496a8e1491cdd.tar.gz
migrated docs and references from sourceforge.net
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 759cddc..cf917e0 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ Python built-ins codecs. The extremely compact PER encoding is expected
to be introduced in the upcoming pyasn1 release.
More information on pyasn1 APIs can be found in the
-[documentation](http://pyasn1.sourceforge.net),
+[documentation](http://snmplabs.com/pyasn1/),
compiled ASN.1 modules for different protocols and file formats
could be found in the pyasn1-modules
[repo](https://github.com/etingof/pyasn1-modules).
@@ -169,7 +169,7 @@ How to get pyasn1
-----------------
The pyasn1 package is distributed under terms and conditions of 2-clause
-BSD [license](http://pyasn1.sourceforge.net/license.html). Source code is freely
+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).