File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
:target: https://async-generator.readthedocs.io/en/latest/?badge=latest
7
7
:alt: Documentation Status
8
8
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
11
11
:alt: Automated test status
12
12
13
13
.. image :: https://ci.appveyor.com/api/projects/status/af4eyed8o8tc3t0r/branch/master?svg=true
14
14
:target: https://ci.appveyor.com/project/python-trio/trio/history
15
15
:alt: Automated test status (Windows)
16
16
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
19
19
:alt: Test coverage
20
20
21
21
The async_generator library
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def _unwrap(box):
45
45
# # We used to call _PyAsyncGenValueWrapperNew to create and set up new
46
46
# # wrapper objects, but that symbol isn't available on Windows:
47
47
# #
48
- # # https://github.com/njsmith /async_generator/issues/5
48
+ # # https://github.com/python-trio /async_generator/issues/5
49
49
# #
50
50
# # Fortunately, the type object is available, but it means we have to do
51
51
# # this the hard way.
You can’t perform that action at this time.
0 commit comments