Skip to content

Commit 0974682

Browse files
committed
Fix remaining references to old repository
1 parent d9ca342 commit 0974682

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
:target: https://async-generator.readthedocs.io/en/latest/?badge=latest
77
:alt: Documentation Status
88

9-
.. image:: https://travis-ci.org/njsmith/async_generator.svg?branch=master
10-
:target: https://travis-ci.org/njsmith/async_generator
9+
.. image:: https://travis-ci.org/python-trio/async_generator.svg?branch=master
10+
:target: https://travis-ci.org/python-trio/async_generator
1111
:alt: Automated test status
1212

1313
.. image:: https://ci.appveyor.com/api/projects/status/af4eyed8o8tc3t0r/branch/master?svg=true
1414
:target: https://ci.appveyor.com/project/python-trio/trio/history
1515
:alt: Automated test status (Windows)
1616

17-
.. image:: https://codecov.io/gh/njsmith/async_generator/branch/master/graph/badge.svg
18-
:target: https://codecov.io/gh/njsmith/async_generator
17+
.. image:: https://codecov.io/gh/python-trio/async_generator/branch/master/graph/badge.svg
18+
:target: https://codecov.io/gh/python-trio/async_generator
1919
:alt: Test coverage
2020

2121
The async_generator library

async_generator/_impl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _unwrap(box):
4545
# # We used to call _PyAsyncGenValueWrapperNew to create and set up new
4646
# # wrapper objects, but that symbol isn't available on Windows:
4747
# #
48-
# # https://github.com/njsmith/async_generator/issues/5
48+
# # https://github.com/python-trio/async_generator/issues/5
4949
# #
5050
# # Fortunately, the type object is available, but it means we have to do
5151
# # this the hard way.

0 commit comments

Comments
 (0)