Skip to content

Commit

Permalink
Merge pull request #10 from pquentin/fix-badges
Browse files Browse the repository at this point in the history
Fix remaining references to old repository
  • Loading branch information
njsmith committed Jan 19, 2018
2 parents d9ca342 + 0974682 commit bd2868a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
:target: https://async-generator.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

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

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

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

The async_generator library
Expand Down
2 changes: 1 addition & 1 deletion async_generator/_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _unwrap(box):
# # We used to call _PyAsyncGenValueWrapperNew to create and set up new
# # wrapper objects, but that symbol isn't available on Windows:
# #
# # https://github.com/njsmith/async_generator/issues/5
# # https://github.com/python-trio/async_generator/issues/5
# #
# # Fortunately, the type object is available, but it means we have to do
# # this the hard way.
Expand Down

0 comments on commit bd2868a

Please sign in to comment.