Skip to content

Commit

Permalink
Fix RTD links
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 28, 2016
1 parent b38f623 commit c3b8fba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -35,7 +35,7 @@ Changes:
This is the first release under full stewardship of PyCA.
We have made *many* changes to make local development more pleasing.
The test suite now passes both on Linux and OS X with OpenSSL 0.9.8, 1.0.1, and 1.0.2.
It has been moved to `py.test <https://pytest.org/>`_, all CI test runs are part of `tox <https://testrun.org/tox/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.org/>`_ compliant.
It has been moved to `py.test <https://pytest.org/>`_, all CI test runs are part of `tox <https://testrun.org/tox/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.io/>`_ compliant.

We hope to have lowered the barrier for contributions significantly but are open to hear about any remaining frustrations.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -3,7 +3,7 @@ pyOpenSSL -- A Python wrapper around the OpenSSL library
========================================================

.. image:: https://readthedocs.org/projects/pyopenssl/badge/?version=stable
:target: https://pyopenssl.readthedocs.org/
:target: https://pyopenssl.readthedocs.io/
:alt: Stable Docs

.. image:: https://travis-ci.org/pyca/pyopenssl.svg?branch=master
Expand Down Expand Up @@ -37,7 +37,7 @@ We maintain a cryptography-dev_ mailing list for both user and development discu
You can also join ``#cryptography-dev`` on Freenode to ask questions or get involved.


.. _documentation: https://pyopenssl.readthedocs.org/
.. _documentation: https://pyopenssl.readthedocs.io/
.. _`issue tracker`: https://github.com/pyca/pyopenssl/issues
.. _cryptography-dev: https://mail.python.org/mailman/listinfo/cryptography-dev
.. _GitHub: https://github.com/pyca/pyopenssl
2 changes: 1 addition & 1 deletion doc/ChangeLog_old.txt
@@ -1,5 +1,5 @@
This file only contains the changes up to release 0.15.1. Newer changes can be
found at <https://pyopenssl.readthedocs.org/en/latest/changelog.html>.
found at <https://pyopenssl.readthedocs.io/en/latest/changelog.html>.

***

Expand Down
2 changes: 1 addition & 1 deletion src/OpenSSL/version.py
Expand Up @@ -14,7 +14,7 @@
__version__ = "16.1.0.dev0"

__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.readthedocs.org/"
__uri__ = "https://pyopenssl.readthedocs.io/"
__summary__ = "Python wrapper module around the OpenSSL library"
__author__ = "The pyOpenSSL developers"
__email__ = "cryptography-dev@python.org"
Expand Down

0 comments on commit c3b8fba

Please sign in to comment.