forked from TrueCloudLab/restic
Update README.rst
- added Codecov badge - added link to OSI for the license
This commit is contained in:
parent
7e2c93420f
commit
8170db40c7
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
|Documentation| |Build Status| |Build status| |Report Card| |Say Thanks|
|
|Documentation| |Build Status| |Build status| |Report Card| |Say Thanks| |TestCoverage|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
@ -107,7 +107,7 @@ the `development blog <https://restic.github.io/blog/>`__.
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Restic is licensed under "BSD 2-Clause License". You can find the
|
Restic is licensed under `BSD 2-Clause License <https://opensource.org/licenses/BSD-2-Clause>`__. You can find the
|
||||||
complete text in ``LICENSE``.
|
complete text in ``LICENSE``.
|
||||||
|
|
||||||
.. |Documentation| image:: https://readthedocs.org/projects/restic/badge/?version=latest
|
.. |Documentation| image:: https://readthedocs.org/projects/restic/badge/?version=latest
|
||||||
|
@ -120,3 +120,5 @@ complete text in ``LICENSE``.
|
||||||
:target: https://goreportcard.com/report/github.com/restic/restic
|
:target: https://goreportcard.com/report/github.com/restic/restic
|
||||||
.. |Say Thanks| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
|
.. |Say Thanks| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
|
||||||
:target: https://saythanks.io/to/restic
|
:target: https://saythanks.io/to/restic
|
||||||
|
.. |TestCoverage| image:: https://codecov.io/gh/restic/restic/branch/master/graph/badge.svg
|
||||||
|
:target: https://codecov.io/gh/restic/restic
|
||||||
|
|
Loading…
Reference in a new issue