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 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 11 Jun 2022 20:30:45 +0200
Subject: Fix privacy breaches
Forwarded: not-needed
---
README.rst | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.rst b/README.rst
index 569849c..3fc1f1f 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>
@@ -52,7 +52,6 @@
========
Overview
========
-|pypi-release| |downloads| |tests-status| |coverage| |dev-docs|
**Cloup** — originally from "**Cl**\ick + option gr\ **oup**\s" — enriches
`Click <https://github.com/pallets/click>`_ with several features that make it
@@ -130,7 +129,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``:
@@ -153,8 +152,8 @@ This simple example just scratches the surface. Read more in the documentation
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>`_
|