From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 11 Jun 2022 20:30:45 +0200
Subject: Fix privacy breaches

---
 README.rst | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index 59e9316..13c790a 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
 
     <p align="center">
         <img
-            src="https://raw.githubusercontent.com/janLuke/cloup/master/docs/_static/logo-on-white.svg"
+            src="_static/logo-on-white.svg"
             width="50%" />
     </p>
 
@@ -56,7 +56,6 @@
 ========
 Overview
 ========
-|pypi-release| |python-versions| |downloads| |tests-status| |coverage| |dev-docs| |donate|
 
 **Cloup** — originally from "**Cl**\ick + option gr\ **oup**\s" — enriches
 `Click <https://github.com/pallets/click>`_ with several features that make it
@@ -134,7 +133,7 @@ A simple example
         cmd(prog_name='invoked-command')
 
 
-.. image:: https://raw.githubusercontent.com/janLuke/cloup/master/docs/_static/basic-example.png
+.. image:: _static/basic-example.png
     :alt: Basic example --help screenshot
 
 If you don't provide ``--pippo`` or ``--pluto``:
@@ -158,7 +157,7 @@ Designing, testing and documenting a library takes a lot of time. The most
 concrete way to show your appreciation and to support future development is by
 donating. Any amount is appreciated.
 
-|donate|
+`Donate with PayPal <https://www.paypal.com/donate?hosted_button_id=4GTN24HXPMNBJ>`_
 
 Apart from that, you can help the project by starring it on GitHub, reporting
 issues, proposing improvements and contributing with your code!
@@ -169,8 +168,8 @@ issues, proposing improvements and contributing with your code!
 Links
 =====
 
-* Documentation (release_ | development_)
-* `Changelog <https://cloup.readthedocs.io/en/stable/pages/changelog.html>`_
+* Online Documentation (release_ | development_)
+* `Changelog <pages/changelog.html>`_
 * `GitHub repository <https://github.com/janLuke/cloup>`_
 * `Q&A and discussions <https://github.com/janLuke/cloup/discussions>`_
 
