From 0b042b59ae369709193075254801cca32a1179f4 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 17 Sep 2023 13:54:21 +0800 Subject: [PATCH] chore: change repo organization to halo-dev Signed-off-by: Ryan Wang --- README.md | 4 ++-- src/main/resources/plugin.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7cabad6..f716682 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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 之后 @@ -49,6 +49,6 @@ halo: ## 使用方式 -1. 在 [Releases](https://github.com/halo-sigs/plugin-sitemap/releases) 下载最新的 JAR 文件。 +1. 在 [Releases](https://github.com/halo-dev/plugin-sitemap/releases) 下载最新的 JAR 文件。 2. 在 Halo 后台的插件管理上传 JAR 文件进行安装。 3. 启动插件之后,即可通过 `https://your-host/sitemap.xml` 来访问站点地图。 diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index d805799..823bd43 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -10,9 +10,9 @@ 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: "为站点生成站点地图" 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"