diff --git a/README.md b/README.md index 334876f..cf78b2a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Halo 2.0 的站点 Sitemap 链接生成插件 ## 开发环境 ```bash -git clone git@github.com:halo-sigs/plugin-sitemap.git +git clone git@github.com:halo-dev/plugin-sitemap.git # 或者当你 fork 之后 diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index b106c8d..552fe39 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -14,11 +14,11 @@ spec: name: Halo OSS Team website: https://github.com/halo-dev logo: https://halo.run/logo - homepage: https://github.com/halo-sigs/plugin-sitemap + homepage: https://github.com/halo-dev/plugin-sitemap displayName: "Sitemap" description: "为站点生成站点地图" settingName: sitemap-settings configMapName: sitemap-configMap license: - name: "GPL-3.0" - url: "https://github.com/halo-sigs/plugin-sitemap/blob/main/LICENSE" + url: "https://github.com/halo-dev/plugin-sitemap/blob/main/LICENSE"