Skip to content

Commit

Permalink
feat: change github project url
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Feb 11, 2023
1 parent fc65a5e commit 42c801c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 团队近距离交流,讨论产品使用技巧以及了解更多产品最新进展,欢迎加入以下渠道。

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ElectronService } from '../../../core/services';
<ul nz-menu>
<a href="https://docs.postcat.com" target="_blank" nz-menu-item i18n>Document</a>
<a
href="https://github.com/eolinker/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment={{
href="https://github.com/Postcatlab/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment={{
issueEnvironment
}}"
target="_blank"
Expand All @@ -32,7 +32,7 @@ export class HelpDropdownComponent {
},
{
title: $localize`Report Issue`,
href: `https://github.com/eolinker/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment=${this.getEnvironment()}`,
href: `https://github.com/Postcatlab/postcat/issues/new?assignees=&labels=&template=bug_report.yml&environment=${this.getEnvironment()}`,
itemClick: $event => {}
}
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="flex items-center">
<eo-logo class="logo"></eo-logo>
<!-- Star -->
<a href="https://github.com/eolinker/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<a href="https://github.com/Postcatlab/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<img loading="lazy" src="https://img.shields.io/github/stars/eolinker/postcat?style=social" alt="" />
</a>
<eo-nav-breadcrumb class="ml-[15px] electron-can-be-click"></eo-nav-breadcrumb>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { StoreService } from '../../../shared/store/state.service';
<div class="flex items-center">
<eo-logo class="logo"></eo-logo>
<!-- Star -->
<a href="https://github.com/eolinker/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<a href="https://github.com/Postcatlab/postcat" target="_blank" class="flex items-center ml-[15px] electron-can-be-click">
<img loading="lazy" src="https://img.shields.io/github/stars/eolinker/postcat?style=social" alt="" />
</a>
<!-- Project Name -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import { ElectronService } from '../../../core/services';
<p class="font-bold mt-[15px] text-[16px]">Postcat</p>
<p class="">V{{ versionInfo?.version }}</p>
<!-- star -->
<a href="https://github.com/eolinker/postcat" target="_blank" class="flex items-center mt-[15px]">
<a href="https://github.com/Postcatlab/postcat" target="_blank" class="flex items-center mt-[15px]">
<img loading="lazy" class="mx-4" src="https://img.shields.io/github/stars/eolinker/postcat?style=social" alt="" />
</a>
<p i18n class="text-center mt-[15px]">
Hi!~ If you like <b>Postcat</b>, please give the Postcat a Star!<br />Your support is our greatest motivation~
</p>
<a class="favor-image-link mt-[15px]" target="_blank" href="https://github.com/eolinker/postcat">
<a class="favor-image-link mt-[15px]" target="_blank" href="https://github.com/Postcatlab/postcat">
<img loading="lazy" class="w-[40px] favor-image align-middle" src="assets/images/heart.png" />
</a>
<nz-divider></nz-divider>
Expand Down
2 changes: 1 addition & 1 deletion wiki/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Learn more:[Github Project](https://github.com/orgs/eolinker/projects/1/views/

## Bug and Feature Request

If you'd like to contact us, please create a [Github issue](https://github.com/eolinker/postcat/issues). Thank you!
If you'd like to contact us, please create a [Github issue](https://github.com/Postcatlab/postcat/issues). Thank you!

## Document

Expand Down

0 comments on commit 42c801c

Please sign in to comment.