Skip to content

Commit

Permalink
Change AppVeyor links to organization builds
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Feb 14, 2020
1 parent 8cb4a74 commit ed78ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ or a
.. |TravisCI| image:: https://img.shields.io/travis/usnistgov/fipy/master.svg?label=macOS
.. _TravisCI: https://travis-ci.org/usnistgov/fipy
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/usnistgov/fipy?branch=master&svg=true&failingText=Windows%20-%20failing&passingText=Windows%20-%20passing&pendingText=Windows%20-%20pending
.. _AppVeyor: https://ci.appveyor.com/project/guyer/fipy
.. _AppVeyor: https://ci.appveyor.com/project/usnistgov/fipy
.. |OpenHub| image:: https://www.openhub.net/p/fipy/widgets/project_thin_badge.gif
.. _OpenHub: https://www.openhub.net/p/fipy
.. |PyPI| image:: https://img.shields.io/pypi/v/fipy.svg
Expand Down
2 changes: 1 addition & 1 deletion documentation/ADMINISTRATA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Windows builds are performed on AppVeyor_. This CI is configured in
.. |TravisCI| image:: https://img.shields.io/travis/usnistgov/fipy/master.svg?label=macOS
.. _TravisCI: https://travis-ci.org/usnistgov/fipy
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/usnistgov/fipy?branch=master&svg=true&failingText=Windows%20-%20failing&passingText=Windows%20-%20passing&pendingText=Windows%20-%20pending
.. _AppVeyor: https://ci.appveyor.com/project/guyer/fipy
.. _AppVeyor: https://ci.appveyor.com/project/usnistgov/fipy

.. _{FiPySource}/.circleci/config.yml: https://github.com/usnistgov/fipy/blob/master/.circleci/config.yml
.. _{FiPySource}/.travis.yml: https://github.com/usnistgov/fipy/blob/master/.travis.yml
Expand Down
2 changes: 1 addition & 1 deletion documentation/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>FiPy: A Finite Volume PDE Solver Using Python</h1>
<!-- Development & Quality Assurance Badges -->
<a href="https://circleci.com/gh/usnistgov/fipy"><img src="https://img.shields.io/circleci/project/github/usnistgov/fipy/master.svg?label=Linux" alt="Linux status"></img></a>
<a href="https://travis-ci.org/usnistgov/fipy"><img src="https://img.shields.io/travis/usnistgov/fipy/master.svg?label=macOS" alt="macOS status"></img></a>
<a href="https://ci.appveyor.com/project/guyer/fipy"><img src="https://ci.appveyor.com/api/projects/status/github/usnistgov/fipy?branch=master&svg=true&failingText=Windows%20-%20failing&passingText=Windows%20-%20passing&pendingText=Windows%20-%20pending" alt="Windows status"></img></a>
<a href="https://ci.appveyor.com/project/usnistgov/fipy"><img src="https://ci.appveyor.com/api/projects/status/github/usnistgov/fipy?branch=master&svg=true&failingText=Windows%20-%20failing&passingText=Windows%20-%20passing&pendingText=Windows%20-%20pending" alt="Windows status"></img></a>
<br>
<a href="https://github.com/usnistgov/fipy"><img src="https://img.shields.io/github/contributors/usnistgov/fipy.svg" alt="GitHub"></img></a>
<a href="https://pypi.python.org/pypi/FiPy"><img src="https://img.shields.io/pypi/v/fipy.svg" alt="PyPi"></img></a>
Expand Down

0 comments on commit ed78ec1

Please sign in to comment.