diff --git a/README.md b/README.md index a5e5af2..ed377eb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术 ##### 源码下载 -- JAVA后台源码:https://github.com/jeecgboot/jeecg-boot +- JAVA后台源码:https://github.com/jeecgboot/JeecgBoot ##### 项目说明 diff --git a/src/settings/siteSetting.ts b/src/settings/siteSetting.ts index 234c1ab..331a4c0 100644 --- a/src/settings/siteSetting.ts +++ b/src/settings/siteSetting.ts @@ -1,5 +1,5 @@ // github repo url -export const GITHUB_URL = 'https://github.com/jeecgboot/jeecg-boot'; +export const GITHUB_URL = 'https://github.com/jeecgboot/JeecgBoot'; // vue-Jeecg-admin-next-doc export const DOC_URL = 'https://help.jeecg.com';