From 5465a5dc580fe4205b756a052e7de0628567764b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 29 Nov 2025 16:13:20 +0100 Subject: [PATCH] Update Discord link (#9499) --- frontend/README.md | 4 ++-- frontend/src/config/site-config.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 5021df53ab..f9638f0335 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -267,13 +267,13 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file - **[Proxmox VE Documentation](https://pve.proxmox.com/pve-docs/)** - **[Community Scripts Repository](https://github.com/community-scripts/ProxmoxVE)** -- **[Discord Community](https://discord.gg/2wvnMDgdnU)** +- **[Discord Community](https://discord.gg/3AnUqsXnmK)** - **[GitHub Discussions](https://github.com/community-scripts/ProxmoxVE/discussions)** ## 🔗 Links - **🌐 Live Website**: [https://community-scripts.github.io/ProxmoxVE/](https://community-scripts.github.io/ProxmoxVE/) -- **💬 Discord Server**: [https://discord.gg/2wvnMDgdnU](https://discord.gg/2wvnMDgdnU) +- **💬 Discord Server**: [https://discord.gg/3AnUqsXnmK](https://discord.gg/3AnUqsXnmK) - **📝 Change Log**: [https://github.com/community-scripts/ProxmoxVE/blob/main/CHANGELOG.md](https://github.com/community-scripts/ProxmoxVE/blob/main/CHANGELOG.md) --- diff --git a/frontend/src/config/site-config.tsx b/frontend/src/config/site-config.tsx index 9a79435309..7b299ac478 100644 --- a/frontend/src/config/site-config.tsx +++ b/frontend/src/config/site-config.tsx @@ -15,7 +15,7 @@ export const navbarLinks = [ text: "GitHub", }, { - href: `https://discord.gg/2wvnMDgdnU`, + href: `https://discord.gg/3AnUqsXnmK`, event: "Discord", icon: , text: "Discord",