diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-28 15:51:00 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-28 15:51:00 -0500 |
commit | 2a778d0592686f4636445cf4ea2bd51f75d39fad (patch) | |
tree | 6ba5bbc336f553e15ceab23addf2a0720eacce04 | |
parent | a85d82dbbe5d34ab664c07bb8223c95e2128eb1c (diff) | |
download | cmd2-git-2a778d0592686f4636445cf4ea2bd51f75d39fad.tar.gz |
Fixed AppVeyor build status link
-rwxr-xr-x | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,11 +3,11 @@ cmd2 ----
.. image:: https://secure.travis-ci.org/python-cmd2/cmd2.png?branch=master
- :target: http://travis-ci.org/python-cmd2/cmd2
+ :target: https://travis-ci.org/python-cmd2/cmd2
:alt: Build status
.. image:: https://ci.appveyor.com/api/projects/status/github/python-cmd2/cmd2
- :target: http://travis-ci.org/python-cmd2/cmd2
+ :target: https://ci.appveyor.com/project/FedericoCeratto/cmd2
:alt: Appveyor build status
.. image:: https://img.shields.io/pypi/dm/cmd2.svg?style=plastic
|