From 348ee0df8a443190d35ae0b28af6ebbb8cb6ddce Mon Sep 17 00:00:00 2001 From: Xujiayao Date: Sat, 23 Dec 2023 20:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=20.com=20=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- README_CN.md | 2 +- src/main/java/top/xujiayao/mcdiscordchat/Config.java | 2 +- src/main/java/top/xujiayao/mcdiscordchat/Main.java | 2 +- .../java/top/xujiayao/mcdiscordchat/utils/ConfigManager.java | 2 +- src/main/resources/fabric.mod.json | 2 +- wrapper/src/main/resources/fabric.mod.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6f0a4547..9261d107 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -12,7 +12,7 @@ body: options: - label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before reporting to avoid duplicate reporting. required: true - - label: I confirm that I followed the [MCDC Docs](https://blog.xujiayao.top/posts/4ba0a17a/) and read the [Changelog](https://github.com/Xujiayao/MC-Discord-Chat/releases/latest), but this problem still exists. + - label: I confirm that I followed the [MCDC Docs](https://blog.xujiayao.com/posts/4ba0a17a/) and read the [Changelog](https://github.com/Xujiayao/MC-Discord-Chat/releases/latest), but this problem still exists. required: true - label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly. required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 19cd196c..f15fa60e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://github.com/Xujiayao/MC-Discord-Chat/issues/73 about: You can refer to this example issue to fill in your issue. - name: MC-Discord-Chat Docs - url: https://blog.xujiayao.top/posts/4ba0a17a/ + url: https://blog.xujiayao.com/posts/4ba0a17a/ about: Make sure you follow the docs to configure MC-Discord-Chat! - name: Latest Builds url: https://github.com/Xujiayao/MC-Discord-Chat/actions diff --git a/README.md b/README.md index ffb4fa26..2028c0d8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Language: English 中文 MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric -More information + Docs: [MC-Discord-Chat Docs | Xujiayao's Blog](https://blog.xujiayao.top/posts/4ba0a17a/) +More information + Docs: [MC-Discord-Chat Docs | Xujiayao's Blog](https://blog.xujiayao.com/posts/4ba0a17a/) ## Introduction diff --git a/README_CN.md b/README_CN.md index 7adaf0f5..1a74c069 100644 --- a/README_CN.md +++ b/README_CN.md @@ -19,7 +19,7 @@ MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric -更多介绍 + 文档:[MC-Discord-Chat 文档 | Xujiayao's Blog](https://blog.xujiayao.top/posts/4ba0a17a/) +更多介绍 + 文档:[MC-Discord-Chat 文档 | Xujiayao's Blog](https://blog.xujiayao.com/posts/4ba0a17a/) ## 简介 diff --git a/src/main/java/top/xujiayao/mcdiscordchat/Config.java b/src/main/java/top/xujiayao/mcdiscordchat/Config.java index 531a911e..e74e263c 100644 --- a/src/main/java/top/xujiayao/mcdiscordchat/Config.java +++ b/src/main/java/top/xujiayao/mcdiscordchat/Config.java @@ -10,7 +10,7 @@ */ public class Config { - // More information + Docs: https://blog.xujiayao.top/posts/4ba0a17a/ + // More information + Docs: https://blog.xujiayao.com/posts/4ba0a17a/ public Generic generic = new Generic(); public MultiServer multiServer = new MultiServer(); diff --git a/src/main/java/top/xujiayao/mcdiscordchat/Main.java b/src/main/java/top/xujiayao/mcdiscordchat/Main.java index 64d400b7..a8f904ad 100644 --- a/src/main/java/top/xujiayao/mcdiscordchat/Main.java +++ b/src/main/java/top/xujiayao/mcdiscordchat/Main.java @@ -79,7 +79,7 @@ public void onInitializeServer() { LOGGER.info("By Xujiayao"); LOGGER.info(""); LOGGER.info("More information + Docs:"); - LOGGER.info("https://blog.xujiayao.top/posts/4ba0a17a/"); + LOGGER.info("https://blog.xujiayao.com/posts/4ba0a17a/"); LOGGER.info("-----------------------------------------"); JDA = JDABuilder.createDefault(CONFIG.generic.botToken) diff --git a/src/main/java/top/xujiayao/mcdiscordchat/utils/ConfigManager.java b/src/main/java/top/xujiayao/mcdiscordchat/utils/ConfigManager.java index 732029d8..77730d0f 100644 --- a/src/main/java/top/xujiayao/mcdiscordchat/utils/ConfigManager.java +++ b/src/main/java/top/xujiayao/mcdiscordchat/utils/ConfigManager.java @@ -58,7 +58,7 @@ public static void init(boolean throwException) throws Exception { LOGGER.error("Error: The config file cannot be found or is empty!"); LOGGER.error(""); LOGGER.error("Please follow the documentation to configure MC-Discord-Chat before restarting the server!"); - LOGGER.error("More information + Docs: https://blog.xujiayao.top/posts/4ba0a17a/"); + LOGGER.error("More information + Docs: https://blog.xujiayao.com/posts/4ba0a17a/"); LOGGER.error(""); LOGGER.error("Stopping the server..."); LOGGER.error("-----------------------------------------"); diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0dd1ea9f..a68565cd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,7 +8,7 @@ "Xujiayao" ], "contact": { - "homepage": "https://blog.xujiayao.top/posts/4ba0a17a/", + "homepage": "https://blog.xujiayao.com/posts/4ba0a17a/", "issues": "https://github.com/Xujiayao/MC-Discord-Chat/issues", "sources": "https://github.com/Xujiayao/MC-Discord-Chat" }, diff --git a/wrapper/src/main/resources/fabric.mod.json b/wrapper/src/main/resources/fabric.mod.json index 46413dbd..c5ae7bda 100644 --- a/wrapper/src/main/resources/fabric.mod.json +++ b/wrapper/src/main/resources/fabric.mod.json @@ -8,7 +8,7 @@ "Xujiayao" ], "contact": { - "homepage": "https://blog.xujiayao.top/posts/4ba0a17a/", + "homepage": "https://blog.xujiayao.com/posts/4ba0a17a/", "issues": "https://github.com/Xujiayao/MC-Discord-Chat/issues", "sources": "https://github.com/Xujiayao/MC-Discord-Chat" },