Skip to content

Commit 2edfc2f

Browse files
Updated urls in setup.py and README.rst
1 parent 9719056 commit 2edfc2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ unasync
1111
:alt: AppVeyor Build Status
1212
:target: https://ci.appveyor.com/project/njsmith/unasync
1313

14-
.. |codecov| image:: https://codecov.io/gh/RatanShreshtha/unasync/branch/master/graph/badge.svg
14+
.. |codecov| image:: https://codecov.io/gh/python-trio/unasync/branch/master/graph/badge.svg
1515
:alt: Coverage Status
16-
:target: https://codecov.io/gh/RatanShreshtha/unasync
16+
:target: https://codecov.io/gh/python-trio/unasync
1717

1818
.. |documentation| image:: https://readthedocs.org/projects/unasync/badge/?version=latest
1919
:alt: Documentation Status

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name="unasync",
1111
version=__version__,
1212
description="The async transformation code.",
13-
url="https://github.com/RatanShreshtha/unasync",
13+
url="https://github.com/python-trio/unasync",
1414
long_description=LONG_DESC,
1515
long_description_content_type="text/x-rst",
1616
author="Ratan Kulshreshtha",

0 commit comments

Comments
 (0)