diff --git a/README.md b/README.md index 92c134ac..78849745 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # novelWriter -[![PyTest](https://github.com/vkbo/novelWriter/workflows/PyTest/badge.svg)](https://github.com/vkbo/novelWriter/actions) +[![pytest](https://github.com/vkbo/novelWriter/workflows/pytest/badge.svg)](https://github.com/vkbo/novelWriter/actions) [![codecov](https://codecov.io/gh/vkbo/novelWriter/branch/main/graph/badge.svg)](https://codecov.io/gh/vkbo/novelWriter) -[![Documentation Status](https://readthedocs.org/projects/novelwriter/badge/?version=latest)](https://novelwriter.readthedocs.io/en/latest/?badge=latest) -[![Flake8](https://github.com/vkbo/novelWriter/workflows/Flake8/badge.svg)](https://github.com/vkbo/novelWriter/actions) -[![PyPI](https://img.shields.io/pypi/v/novelwriter)](https://pypi.org/project/novelWriter/) -[![Python Version](https://img.shields.io/pypi/pyversions/novelwriter)](https://pypi.org/project/novelWriter/) +[![docs](https://readthedocs.org/projects/novelwriter/badge/?version=latest)](https://novelwriter.readthedocs.io/en/latest/?badge=latest) +[![flake8](https://github.com/vkbo/novelWriter/workflows/flake8/badge.svg)](https://github.com/vkbo/novelWriter/actions) +[![pypi](https://img.shields.io/pypi/v/novelwriter)](https://pypi.org/project/novelWriter/) +[![python](https://img.shields.io/pypi/pyversions/novelwriter)](https://pypi.org/project/novelWriter/) diff --git a/docs/source/index.rst b/docs/source/index.rst index 152c6666..8ac56990 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,11 +2,11 @@ novelWriter |release| ##################### -.. image:: https://travis-ci.com/vkbo/novelWriter.svg?branch=master - :target: https://travis-ci.com/vkbo/novelWriter - :alt: Build Status +.. image:: https://github.com/vkbo/novelWriter/workflows/pytest/badge.svg + :target: https://github.com/vkbo/novelWriter/actions + :alt: Python Tests -.. image:: https://codecov.io/gh/vkbo/novelWriter/branch/master/graph/badge.svg +.. image:: https://codecov.io/gh/vkbo/novelWriter/branch/main/graph/badge.svg :target: https://codecov.io/gh/vkbo/novelWriter :alt: Code Coverage