From 70d2d52be47ad5460e98add55bcdb1096a080680 Mon Sep 17 00:00:00 2001
From: Sam <65612124+sharkmu@users.noreply.github.com>
Date: Mon, 3 Nov 2025 22:25:39 +0100
Subject: [PATCH] fix Discord badge link in README (#4626)
* fix Discord badge link in README
* fix Discord badge in README
---
README.de.md | 2 +-
README.es.md | 2 +-
README.fr.md | 2 +-
README.ja.md | 2 +-
README.ko.md | 2 +-
README.md | 2 +-
README.pt-br.md | 2 +-
README.ru.md | 2 +-
README.tr.md | 2 +-
README.uz.md | 2 +-
README.zh-Hans.md | 2 +-
website/src/pages/changelog.mdx | 1 +
12 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/README.de.md b/README.de.md
index b1616d2f9..5df35de5b 100644
--- a/README.de.md
+++ b/README.de.md
@@ -25,7 +25,7 @@ Erschaffe Desktop Anwendungen mit Go & Web Technologien.
-
+
diff --git a/README.es.md b/README.es.md
index 59cbcf132..277d1c1fd 100644
--- a/README.es.md
+++ b/README.es.md
@@ -25,7 +25,7 @@
-
+
diff --git a/README.fr.md b/README.fr.md
index 2f405b46a..61230f353 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -25,7 +25,7 @@
-
+
diff --git a/README.ja.md b/README.ja.md
index d4edb662c..ffd9f8103 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -27,7 +27,7 @@
-
+
diff --git a/README.ko.md b/README.ko.md
index fc27dfbe1..075e04229 100644
--- a/README.ko.md
+++ b/README.ko.md
@@ -27,7 +27,7 @@
-
+
diff --git a/README.md b/README.md
index 12ff1d6dc..dd46cf8d0 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
-
+
diff --git a/README.pt-br.md b/README.pt-br.md
index 8129ac853..0e3883352 100644
--- a/README.pt-br.md
+++ b/README.pt-br.md
@@ -25,7 +25,7 @@
-
+
diff --git a/README.ru.md b/README.ru.md
index 4a24b9bcb..76fa59d07 100644
--- a/README.ru.md
+++ b/README.ru.md
@@ -25,7 +25,7 @@
-
+
diff --git a/README.tr.md b/README.tr.md
index b9e88c0b9..e9b16ca76 100644
--- a/README.tr.md
+++ b/README.tr.md
@@ -25,7 +25,7 @@
-
+
diff --git a/README.uz.md b/README.uz.md
index 88744e94e..807262405 100644
--- a/README.uz.md
+++ b/README.uz.md
@@ -25,7 +25,7 @@
-
+
diff --git a/README.zh-Hans.md b/README.zh-Hans.md
index baeeb420e..4c09d0c45 100644
--- a/README.zh-Hans.md
+++ b/README.zh-Hans.md
@@ -27,7 +27,7 @@
-
+
diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx
index 5a20501f9..2213dc516 100644
--- a/website/src/pages/changelog.mdx
+++ b/website/src/pages/changelog.mdx
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed C compilation error in onWayland on Linux due to declaration after label [#4446](https://github.com/wailsapp/wails/pull/4446) by [@jaesung9507](https://github.com/jaesung9507)
- Use computed style when adding 'wails-drop-target-active' [PR](https://github.com/wailsapp/wails/pull/4420) by [@riannucci](https://github.com/riannucci)
- Fixed panic when adding menuroles on Linux [#4558](https://github.com/wailsapp/wails/pull/4558) by [@jaesung9507](https://github.com/jaesung9507)
+- Fixed Discord badge in README by @sharkmu in [PR](https://github.com/wailsapp/wails/pull/4626)
## v2.10.2 - 2025-07-06