File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
2121The async_generator library
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments