From bf13049adc8a4259740d8b12f588a354cbc62b8e Mon Sep 17 00:00:00 2001 From: DespicableGoose <68354378+DespicableGoose@users.noreply.github.com> Date: Sat, 4 Jul 2026 14:33:39 +0200 Subject: [PATCH] Fixed favicon and discord links The discord links, while they did point to the proper channel, were inaccessible to people not in the server. This still points to the proper server, but is accessible to newcomers. It does not however point to the channel. --- .vitepress/config.mjs | 2 +- en/contributing/contributing.md | 4 ++-- ko/contributing/contributing.md | 4 ++-- zh/contributing/contributing.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index 267a9a4bd..d48ff539b 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -233,7 +233,7 @@ export default defineConfig({ }, head: [ - ["link", { rel: "icon", href: "/en/favicon.ico" }], + ["link", { rel: "icon", href: "/favicon.ico" }], [ "script", { diff --git a/en/contributing/contributing.md b/en/contributing/contributing.md index cfa2c894e..00ddce27e 100644 --- a/en/contributing/contributing.md +++ b/en/contributing/contributing.md @@ -14,13 +14,13 @@ The sections below explain how to contribute to each category and how to raise a ## How to Contribute Simple Changes - Open a pull request against the specification repository: [https://github.com/mavlink/mavlink](https://github.com/mavlink/mavlink) -- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness +- Reach out to the community on [Discord](https://discord.gg/dronecode) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness - Address concerns by pushing more commits to the pull request ## How to Contribute Complex Changes - Open a pull request against the RFC repository containing a new RFC number [https://github.com/mavlink/rfcs](https://github.com/mavlink/rfcs) and use the template in the 0000 RFC. -- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness +- Reach out to the community on [Discord](https://discord.gg/dronecode) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness - Address concerns by pushing more commits to the pull request ## How to Contribute to Mavgen diff --git a/ko/contributing/contributing.md b/ko/contributing/contributing.md index 8fefb178d..53369561a 100644 --- a/ko/contributing/contributing.md +++ b/ko/contributing/contributing.md @@ -14,13 +14,13 @@ The sections below explain how to contribute to each category and how to raise a ## How to Contribute Simple Changes - Open a pull request against the specification repository: [https://github.com/mavlink/mavlink](https://github.com/mavlink/mavlink) -- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness +- Reach out to the community on [Discord](https://discord.gg/dronecode) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness - Address concerns by pushing more commits to the pull request ## How to Contribute Complex Changes - Open a pull request against the RFC repository containing a new RFC number [https://github.com/mavlink/rfcs](https://github.com/mavlink/rfcs) and use the template in the 0000 RFC. -- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness +- Reach out to the community on [Discord](https://discord.gg/dronecode) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness - Address concerns by pushing more commits to the pull request ## How to Contribute to Mavgen diff --git a/zh/contributing/contributing.md b/zh/contributing/contributing.md index 5781f4e64..6374abbfd 100644 --- a/zh/contributing/contributing.md +++ b/zh/contributing/contributing.md @@ -14,13 +14,13 @@ The sections below explain how to contribute to each category and how to raise a ## How to Contribute Simple Changes - Open a pull request against the specification repository: [https://github.com/mavlink/mavlink](https://github.com/mavlink/mavlink) -- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness +- Reach out to the community on [Discord](https://discord.gg/dronecode) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness - 通过进一步支持拉动请求来解决关注问题 ## How to Contribute Complex Changes - Open a pull request against the RFC repository containing a new RFC number [https://github.com/mavlink/rfcs](https://github.com/mavlink/rfcs) and use the template in the 0000 RFC. -- Reach out to the community on [Discord](https://discord.com/channels/1022170275984457759/1022185868317966458) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness +- Reach out to the community on [Discord](https://discord.gg/dronecode) and the [mailing list](https://groups.google.com/forum/#!forum/mavlink) to raise awareness - 通过进一步支持拉动请求来解决关注问题 ## How to Contribute to Mavgen