From 9527843f58362e5541d8ad6c128a451d6a3aad0c Mon Sep 17 00:00:00 2001 From: AnthonyLaw Date: Fri, 25 Jul 2025 03:21:36 +0800 Subject: [PATCH] [explorer] fix: update discord link --- README.md | 2 +- src/config/default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e89e7daa4..40d48c9bf 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ Licensed under the [Apache License 2.0](LICENSE) [self]: https://github.com/symbol/symbol-explorer [docs]: https://docs.symbolplatform.com [issues]: https://github.com/symbol/symbol-explorer/issues -[discord]: https://discord.com/invite/xymcity +[discord]: https://discord.gg/NMA9YQ55td diff --git a/src/config/default.json b/src/config/default.json index f15438433..f8f51b574 100644 --- a/src/config/default.json +++ b/src/config/default.json @@ -17,7 +17,7 @@ "icon": "IconGithub" }, { - "href": "https://discord.com/invite/xymcity", + "href": "https://discord.gg/NMA9YQ55td", "text": "Discord", "icon": "IconDiscord" },