1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Fri, 23 Dec 2022 22:13:44 +0100
Subject: Link to local copy of logo
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3d1feb..cb0934e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -853,7 +853,7 @@ To encourage more participation, the project has also been moved into a [dedicat
`attrs` also has a logo now!
-```{image} https://www.attrs.org/en/latest/_static/attrs_logo.png
+```{image} _static/attrs_logo.png
:alt: attrs logo
```
|