aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-02-15 01:50:23 -0500
committerJoshua M. Boniface <joshua@boniface.me>2024-02-15 01:50:23 -0500
commit5b6036f3e5b28838c7c0408350c644face2fd6a5 (patch)
treeac62732a16537dce16e1cf5184995cf530bbff75
parentAdd forum badge and remove reddit badge (diff)
downloadjellyfin-packaging-5b6036f3e5b28838c7c0408350c644face2fd6a5.tar.gz
jellyfin-packaging-5b6036f3e5b28838c7c0408350c644face2fd6a5.tar.bz2
jellyfin-packaging-5b6036f3e5b28838c7c0408350c644face2fd6a5.zip
Fix forum badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 640ce5c..825c26a 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
<img alt="Chat on Matrix" src="https://img.shields.io/matrix/jellyfin:matrix.org.svg?logo=matrix"/>
</a>
<a href="https://forum.jellyfin.org">
-<img alt="Join our Forum" src="https://img.shields.io/badge/Forum_forum.jellyfin.org-blue"/>
+<img alt="Join our Forum" src="https://img.shields.io/badge/Forum-forum.jellyfin.org-blue"/>
</a>
<a href="https://github.com/jellyfin/jellyfin/releases.atom">
<img alt="Release RSS Feed" src="https://img.shields.io/badge/rss-releases-ffa500?logo=rss" />
bgstack15