From 42c801c49cbd859c876e9aafc2d4bae8fb38b9b6 Mon Sep 17 00:00:00 2001 From: scarqin <1054139596@qq.com> Date: Sat, 11 Feb 2023 13:44:40 +0800 Subject: [PATCH] feat: change github project url --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- package.json | 2 +- .../layouts/navbar/help-dropdown/help-dropdown.component.ts | 4 ++-- .../browser/src/app/layouts/navbar/navbar.component.html | 2 +- .../app/layouts/navbar/share-navbar/share-navbar.component.ts | 2 +- .../src/app/modules/system-setting/common/about.component.ts | 4 ++-- wiki/README.en.md | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6082db1b5..1969c7f47 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,7 @@ body: value: | Before opening an issue, we recommend: * Use English to communicate. - * Search for duplicates of [Issues](https://github.com/eolinker/postcat/issues) and [Discussions](https://github.com/eolinker/postcat/discussions) unresolved. + * Search for duplicates of [Issues](https://github.com/Postcatlab/postcat/issues) and [Discussions](https://github.com/Postcatlab/postcat/discussions) unresolved. - type: textarea id: bug-description attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 94d799ead..e84a233af 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,7 +6,7 @@ body: value: | Before opening an issue, we recommend: * Use English to communicate. - * Search for duplicates of [Issues](https://github.com/eolinker/postcat/issues) and [Discussions](https://github.com/eolinker/postcat/discussions) unresolved. + * Search for duplicates of [Issues](https://github.com/Postcatlab/postcat/issues) and [Discussions](https://github.com/Postcatlab/postcat/discussions) unresolved. - type: textarea id: bug-description attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95841d4c7..9a20091fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,5 +4,5 @@ First off, thank you for considering contributing to Postcat. It's people like you that make Postcat such a great tool. ## Contributing Guide -* [中文](https://github.com/eolinker/postcat/wiki/%E8%B4%A1%E7%8C%AE%E8%80%85%E6%8C%87%E5%8D%97) +* [中文](https://github.com/Postcatlab/postcat/wiki/%E8%B4%A1%E7%8C%AE%E8%80%85%E6%8C%87%E5%8D%97) * English \ No newline at end of file diff --git a/README.md b/README.md index 01d4d205d..790a80de6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Postcat 现在已经支持 Windows、Mac、Linux等系统,你可以通过以 ## Bug 和需求反馈 -如果想要反馈 Bug、提供产品意见,可以创建一个 [Github issue](https://github.com/eolinker/postcat/issues) 联系我们,十分感谢! +如果想要反馈 Bug、提供产品意见,可以创建一个 [Github issue](https://github.com/Postcatlab/postcat/issues) 联系我们,十分感谢! 如果你希望和 Postcat 团队近距离交流,讨论产品使用技巧以及了解更多产品最新进展,欢迎加入以下渠道。 diff --git a/package.json b/package.json index b42a6c423..f9739ee85 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.2.0", "main": "out/app/electron-main/main.js", "description": "A lightweight, extensible API tool", - "homepage": "https://github.com/eolinker/postcat.git", + "homepage": "https://github.com/Postcatlab/postcat.git", "author": "Postcat", "private": true, "workspaces": [ diff --git a/src/workbench/browser/src/app/layouts/navbar/help-dropdown/help-dropdown.component.ts b/src/workbench/browser/src/app/layouts/navbar/help-dropdown/help-dropdown.component.ts index 2ac94591d..77e1349c2 100644 --- a/src/workbench/browser/src/app/layouts/navbar/help-dropdown/help-dropdown.component.ts +++ b/src/workbench/browser/src/app/layouts/navbar/help-dropdown/help-dropdown.component.ts @@ -11,7 +11,7 @@ import { ElectronService } from '../../../core/services';