From daa4398818dfa9ad8614ec9cbf289be5153a232e Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 13 Jan 2026 07:03:34 -0500 Subject: [PATCH] Update Element logo to be an absolute URL, so it will render on PyPI (#19368) --- README.rst | 2 +- changelog.d/19368.misc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/19368.misc diff --git a/README.rst b/README.rst index e95aa0f8aa..4db5d461a8 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: ./docs/element_logo_white_bg.svg +.. image:: https://github.com/element-hq/synapse/raw/develop/docs/element_logo_white_bg.svg :height: 60px **Element Synapse - Matrix homeserver implementation** diff --git a/changelog.d/19368.misc b/changelog.d/19368.misc new file mode 100644 index 0000000000..1355af9662 --- /dev/null +++ b/changelog.d/19368.misc @@ -0,0 +1 @@ +Update the Element logo in Synapse's README to be an absolute URL, allowing it to render on other sites (such as PyPI). \ No newline at end of file