diff --git a/README.md b/README.md
index f0115858..ab6314d5 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@ English | [简体中文](./README_zhCN.md)
-
+
-
-
+
+
- Have you ever wondered how cron jobs could be organized orderly?
@@ -69,7 +69,7 @@ Application password: 123
**[中文文档](https://www.yuque.com/powerjob/product)**
# User Registration
-[Click to register as PowerJob user and contribute to PowerJob!](https://github.com/KFCFans/PowerJob/issues/6)
+[Click to register as PowerJob user and contribute to PowerJob!](https://github.com/PowerJob/PowerJob/issues/6)
ღ( ´・ᴗ・\` )ღ Many thanks to the following registered users. ღ( ´・ᴗ・\` )ღ
diff --git a/README_zhCN.md b/README_zhCN.md
index 1482418b..ed6fa4e9 100644
--- a/README_zhCN.md
+++ b/README_zhCN.md
@@ -5,10 +5,10 @@
-
+
-
-
+
+
PowerJob(原OhMyScheduler)是全新一代分布式调度与计算框架,能让您轻松完成作业的调度与繁杂任务的分布式计算。
@@ -62,7 +62,7 @@ PowerJob 的设计目标为企业级的分布式任务调度平台,即成为
PS:感谢文档翻译平台[breword](https://www.breword.com/)对本项目英文文档翻译做出的巨大贡献!
# 接入登记
-[点击进行接入登记,为 PowerJob 的发展贡献自己的力量!](https://github.com/KFCFans/PowerJob/issues/6)
+[点击进行接入登记,为 PowerJob 的发展贡献自己的力量!](https://github.com/PowerJob/PowerJob/issues/6)
ღ( ´・ᴗ・\` )ღ 感谢以下接入用户的大力支持 ღ( ´・ᴗ・\` )ღ
diff --git a/pom.xml b/pom.xml
index 2a3fc49d..66364f71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,8 @@
- https://github.com/KFCFans/PowerJob
- https://github.com/KFCFans/PowerJob.git
+ https://github.com/PowerJob/PowerJob
+ https://github.com/PowerJob/PowerJob.git
diff --git a/powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/common/config/SwaggerConfig.java b/powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/common/config/SwaggerConfig.java
index 68878f1e..a2a34028 100644
--- a/powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/common/config/SwaggerConfig.java
+++ b/powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/common/config/SwaggerConfig.java
@@ -44,7 +44,7 @@ public class SwaggerConfig {
.title("PowerJob")
.description("Distributed scheduling and computing framework.")
.license("Apache Licence 2")
- .termsOfServiceUrl("https://github.com/KFCFans/PowerJob")
+ .termsOfServiceUrl("https://github.com/PowerJob/PowerJob")
.version(version)
.build();
diff --git a/powerjob-server/src/main/resources/banner.txt b/powerjob-server/src/main/resources/banner.txt
index 0d73c6d3..6e896f51 100644
--- a/powerjob-server/src/main/resources/banner.txt
+++ b/powerjob-server/src/main/resources/banner.txt
@@ -10,5 +10,5 @@ ${AnsiColor.GREEN}
${AnsiColor.BRIGHT_RED}
* Maintainer: tengjiqi@gmail.com & PowerJob-Team
* OfficialWebsite: http://www.powerjob.tech/
-* SourceCode: https://github.com/KFCFans/PowerJob
+* SourceCode: https://github.com/PowerJob/PowerJob
* PoweredBy: SpringBoot${spring-boot.formatted-version} & Akka (v2.6.4)
diff --git a/powerjob-worker-samples/src/main/java/com/github/kfcfans/powerjob/samples/tester/StopInstanceTester.java b/powerjob-worker-samples/src/main/java/com/github/kfcfans/powerjob/samples/tester/StopInstanceTester.java
index 4a70523c..fcdf4a05 100644
--- a/powerjob-worker-samples/src/main/java/com/github/kfcfans/powerjob/samples/tester/StopInstanceTester.java
+++ b/powerjob-worker-samples/src/main/java/com/github/kfcfans/powerjob/samples/tester/StopInstanceTester.java
@@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
/**
* 测试用户反馈的无法停止实例的问题
- * https://github.com/KFCFans/PowerJob/issues/37
+ * https://github.com/PowerJob/PowerJob/issues/37
*
* @author tjq
* @since 2020/7/30
diff --git a/powerjob-worker/src/main/java/com/github/kfcfans/powerjob/worker/common/PowerBannerPrinter.java b/powerjob-worker/src/main/java/com/github/kfcfans/powerjob/worker/common/PowerBannerPrinter.java
index eea991d7..97aac438 100644
--- a/powerjob-worker/src/main/java/com/github/kfcfans/powerjob/worker/common/PowerBannerPrinter.java
+++ b/powerjob-worker/src/main/java/com/github/kfcfans/powerjob/worker/common/PowerBannerPrinter.java
@@ -24,7 +24,7 @@ public final class PowerBannerPrinter {
"\n" +
"* Maintainer: tengjiqi@gmail.com & PowerJob-Team\n" +
"* OfficialWebsite: http://www.powerjob.tech/\n" +
- "* SourceCode: https://github.com/KFCFans/PowerJob\n" +
+ "* SourceCode: https://github.com/PowerJob/PowerJob\n" +
"\n";
public static void print() {