diff --git a/app/components/exporter.tsx b/app/components/exporter.tsx
index 948807d4ca2..8210f61fb8f 100644
--- a/app/components/exporter.tsx
+++ b/app/components/exporter.tsx
@@ -541,7 +541,7 @@ export function ImagePreviewer(props: {
NextChat
- github.com/Yidadaa/ChatGPT-Next-Web
+ github.com/ChatGPTNextWeb/ChatGPT-Next-Web
diff --git a/app/constant.ts b/app/constant.ts
index f6c9f1ada1c..36c3f397b0c 100644
--- a/app/constant.ts
+++ b/app/constant.ts
@@ -1,4 +1,4 @@
-export const OWNER = "Yidadaa";
+export const OWNER = "ChatGPTNextWeb";
export const REPO = "ChatGPT-Next-Web";
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`;
export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`;