We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb3fab commit 46af03dCopy full SHA for 46af03d
docs/source/release-notes/1.0.0.rst
@@ -23,4 +23,4 @@
23
24
.. links
25
.. _issue #2:
26
- https://github.com/sigmavirus24/rfc3986/issues/2
+ https://github.com/python-hyper/rfc3986/issues/2
docs/source/release-notes/1.1.0.rst
@@ -12,4 +12,4 @@
12
13
14
.. _GitHub #26:
15
- https://github.com/sigmavirus24/rfc3986/pull/26
+ https://github.com/python-hyper/rfc3986/pull/26
setup.py
@@ -21,7 +21,7 @@
21
version=rfc3986.__version__,
22
description='Validating URI References per RFC 3986',
long_description=readme,
- author='Ian Cordasco',
+ author='Ian Stapleton Cordasco',
author_email='[email protected]',
url='http://rfc3986.readthedocs.io',
27
packages=packages,
0 commit comments