Skip to content

Commit dc250df

Browse files
committed
transitioning to python-hyper project. from github.com/mahmoud/hyperlink to github.com/python-hyper/hyperlink
1 parent 4f56ee8 commit dc250df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/_templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "!page.html" %}
22
{% block menu %}
33
{{ super() }}
4-
<iframe src="https://ghbtns.com/github-btn.html?user=mahmoud&repo=hyperlink&type=star&count=true&size=medium" frameborder="0" scrolling="0" width="160px" height="30px" style="margin-left: 23px; margin-top: 10px;"></iframe>
4+
<iframe src="https://ghbtns.com/github-btn.html?user=python-hyper&repo=hyperlink&type=star&count=true&size=medium" frameborder="0" scrolling="0" width="160px" height="30px" style="margin-left: 23px; margin-top: 10px;"></iframe>
55
{% endblock %}

docs/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ If you are porting a Twisted project to use Hyperlink's URL, and
141141
encounter any sort of incompatibility, please do not hesitate to `file
142142
an issue`_.
143143

144-
.. _file an issue: https://github.com/mahmoud/hyperlink/issues
144+
.. _file an issue: https://github.com/python-hyper/hyperlink/issues

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Gaps
5151

5252
Found something missing in hyperlink? `Pull Requests`_ and `Issues`_ weclome!
5353

54-
.. _Pull Requests: https://github.com/mahmoud/hyperlink/pulls
55-
.. _Issues: https://github.com/mahmoud/hyperlink/issues
54+
.. _Pull Requests: https://github.com/mahmoud/python-hyper/pulls
55+
.. _Issues: https://github.com/mahmoud/python-hyper/issues
5656

5757
Section listing
5858
---------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__author__ = 'Mahmoud Hashemi and Glyph Lefkowitz'
1212
__version__ = '17.1.2dev'
1313
__contact__ = 'mahmoud@hatnote.com'
14-
__url__ = 'https://github.com/mahmoud/hyperlink'
14+
__url__ = 'https://github.com/python-hyper/hyperlink'
1515
__license__ = 'BSD'
1616

1717

0 commit comments

Comments
 (0)