summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-05-22 16:32:34 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-05-22 16:35:39 +0300
commit953a5c0ba98876eec40baf05450f2c288af3b415 (patch)
tree0bc8020a4b91a3d0b9e1e60e9d2d31020764e7cd /README.rst
parent164f70d0179b076b60166d92d547917248b0b627 (diff)
downloadpysaml2-953a5c0ba98876eec40baf05450f2c288af3b415.tar.gz
Update references to old repository URL
Closes #506 - Thanks @jdennis This also removes the link to landscape.io service. In the future this maybe added again.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index d146aeca..c0c1348a 100644
--- a/README.rst
+++ b/README.rst
@@ -6,8 +6,8 @@ PySAML2 - SAML2 in Python
:Version: 4.5.0
:Documentation: https://pysaml2.readthedocs.io/
-.. image:: https://api.travis-ci.org/rohe/pysaml2.png?branch=master
- :target: https://travis-ci.org/rohe/pysaml2
+.. image:: https://api.travis-ci.org/IdentityPython/pysaml2.png?branch=master
+ :target: https://travis-ci.org/IdentityPython/pysaml2
.. image:: https://img.shields.io/pypi/pyversions/pysaml2.svg
:target: https://pypi.python.org/pypi/pysaml2
@@ -18,9 +18,6 @@ PySAML2 - SAML2 in Python
.. image:: https://img.shields.io/pypi/dm/pysaml2.svg
:target: https://pypi.python.org/pypi/pysaml2
-.. image:: https://landscape.io/github/rohe/pysaml2/master/landscape.svg?style=flat
- :target: https://landscape.io/github/rohe/pysaml2/master
-
PySAML2 is a pure python implementation of SAML2. It contains all
necessary pieces for building a SAML2 service provider or an identity provider.