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
|
From 6e71bafe5fe28124652c0af4f903e9c45c6caab5 Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Tue, 16 Jul 2024 21:41:44 +1200
Subject: Don't include remote images in README
This fixes a lintian privacy-breach-logo issue.
Patch-Name: fix_lintian_privacy_README.diff
Forwarded: not-needed
---
README.md | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 20683b07..bc7d216b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://requesttracker.com/">
- <img src="https://static.bestpractical.com/rt-logo.png" alt="Best Practical logo" width="500" height="200">
+ <img src="docs/images/rt-logo.png" alt="Best Practical logo" width="500" height="200">
</a>
</p>
@@ -21,13 +21,6 @@
<a href="https://bestpractical.com/blog/">Blog</a>
ยท
<a href="https://bestpractical.com/pricing">Hosting & Support</a>
- <br /><br />
- <a href="https://github.com/bestpractical/rt/releases">
- <img src="https://img.shields.io/github/v/release/bestpractical/rt" alt="Latest release" />
- </a>
- <a href="https://github.com/bestpractical/rt/actions">
- <img src="https://github.com/bestpractical/rt/actions/workflows/test-all.yml/badge.svg?branch=5.0-trunk" alt="Build status" />
- </a>
</p>
<p align="center">
|