diff --git a/README.rst b/README.rst index 233b15b..290a187 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ SQLAlchemy-JSONField ==================== -.. image:: https://travis-ci.org/penguinolog/sqlalchemy_jsonfield.svg?branch=master - :target: https://travis-ci.org/penguinolog/sqlalchemy_jsonfield +.. image:: https://travis-ci.com/penguinolog/sqlalchemy_jsonfield.svg?branch=master + :target: https://travis-ci.com/penguinolog/sqlalchemy_jsonfield .. image:: https://coveralls.io/repos/github/penguinolog/sqlalchemy_jsonfield/badge.svg?branch=master :target: https://coveralls.io/github/penguinolog/sqlalchemy_jsonfield?branch=master .. image:: https://img.shields.io/circleci/project/github/penguinolog/sqlalchemy_jsonfield.svg @@ -130,7 +130,7 @@ CI systems ========== For code checking several CI systems is used in parallel: -1. `Travis CI: `_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls. +1. `Travis CI: `_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls. 2. `coveralls: `_ is used for coverage display. @@ -138,4 +138,4 @@ For code checking several CI systems is used in parallel: CD system ========= -`Travis CI: `_ is used for package delivery on PyPI. +`Travis CI: `_ is used for package delivery on PyPI.