Skip to content

Commit

Permalink
更换 .com 域名
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Dec 23, 2023
1 parent b8bcc63 commit 348ee0d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Language: English <a href="/README_CN.md">中文</a>

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

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

## 简介

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/top/xujiayao/mcdiscordchat/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/top/xujiayao/mcdiscordchat/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("-----------------------------------------");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion wrapper/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 348ee0d

Please sign in to comment.