1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Tue, 3 Sep 2024 06:56:06 +0200
Subject: docs: Remove potential privacy breaking external linking
The linking to some external referenced badges arend't really needed and
might became a privacy issue, we can remove these.
Forwarded: not-needed
---
README.rst | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/README.rst b/README.rst
index 9bceeec..02b522d 100644
--- a/README.rst
+++ b/README.rst
@@ -469,19 +469,3 @@ Credits
.. _LICENSE: https://github.com/joke2k/faker/blob/master/LICENSE.txt
.. _CONTRIBUTING: https://github.com/joke2k/faker/blob/master/CONTRIBUTING.rst
.. _Factory Boy: https://github.com/FactoryBoy/factory_boy
-
-.. |pypi| image:: https://img.shields.io/pypi/v/Faker.svg?style=flat-square&label=version
- :target: https://pypi.org/project/Faker/
- :alt: Latest version released on PyPI
-
-.. |coverage| image:: https://img.shields.io/coveralls/joke2k/faker/master.svg?style=flat-square
- :target: https://coveralls.io/r/joke2k/faker?branch=master
- :alt: Test coverage
-
-.. |build| image:: https://github.com/joke2k/faker/actions/workflows/ci.yml/badge.svg
- :target: https://github.com/joke2k/faker/actions/workflows/ci.yml
- :alt: Build status of the master branch
-
-.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
- :target: https://raw.githubusercontent.com/joke2k/faker/master/LICENSE.txt
- :alt: Package license
|