Skip to content

Commit

Permalink
🐳 chore: 仓库链接指向
Browse files Browse the repository at this point in the history
  • Loading branch information
m1m1sha committed May 9, 2024
1 parent 771c872 commit 4076dc2
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const cn = defineConfig({
copyright: '版权所有 © 2024-present EasyTier',
},
editLink: {
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/dev/:path',
pattern: 'https://github.com/EasyTier/easytier-doc/edit/dev/:path',
text: '在 GitHub 上编辑此页面',
},
docFooter: {
Expand Down
14 changes: 7 additions & 7 deletions .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ export const en = defineConfig({
text: 'Networking',
link: '/en/guide/networking',
items: [
{ text: 'Two Node', link: '/en//guide/network/two-node-networking' },
{ text: 'Multi Node', link: '/en//guide/network/multi-node-networking' },
{ text: 'Subnet Proxy', link: '/en//guide/network/point-to-networking' },
{ text: 'Without Public IP', link: '/en//guide/network/networking-without-public-ip' },
{ text: 'Use WireGuard Client', link: '/en//guide/network/use-easytier-with-wirefuard-client' },
{ text: 'Other Configurations', link: '/en//guide/network/configurations' },
{ text: 'Two Node', link: '/en/guide/network/two-node-networking' },
{ text: 'Multi Node', link: '/en/guide/network/multi-node-networking' },
{ text: 'Subnet Proxy', link: '/en/guide/network/point-to-networking' },
{ text: 'Without Public IP', link: '/en/guide/network/networking-without-public-ip' },
{ text: 'Use WireGuard Client', link: '/en/guide/network/use-easytier-with-wirefuard-client' },
{ text: 'Other Configurations', link: '/en/guide/network/configurations' },
],
},
{
Expand All @@ -42,7 +42,7 @@ export const en = defineConfig({
copyright: 'Copyright © 2024-present EasyTier',
},
editLink: {
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/dev/:path',
pattern: 'https://github.com/EasyTier/easytier-doc/edit/dev/:path',
text: 'Edit this page on GitHub',
},
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[简体中文](https://github.com/KKRainbow/EasyTier/README_CN.md) | [English](https://github.com/KKRainbow/EasyTier/README.md)
[简体中文](https://github.com/EasyTier/EasyTier/README_CN.md) | [English](https://github.com/EasyTier/EasyTier/README.md)
10 changes: 5 additions & 5 deletions en/guide/community-and-contribution.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Community and Contribution

We welcome and encourage community contributions! If you want to get involved, please submit a [GitHub PR](https://github.com/KKRainbow/EasyTier/pulls). Detailed contribution guidelines can be found in [CONTRIBUTING.md](https://github.com/KKRainbow/EasyTier/blob/main/CONTRIBUTING.md).
We welcome and encourage community contributions! If you want to get involved, please submit a [GitHub PR](https://github.com/EasyTier/EasyTier/pulls). Detailed contribution guidelines can be found in [CONTRIBUTING.md](https://github.com/EasyTier/EasyTier/blob/main/CONTRIBUTING.md).

## Star History

<a href="https://star-history.com/#KKRainbow/EasyTier&Date">
<a href="https://star-history.com/#EasyTier/EasyTier&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
</picture>
</a>
4 changes: 2 additions & 2 deletions en/guide/contact.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contact

- Ask questions or report problems: [GitHub Issues](https://github.com/KKRainbow/EasyTier/issues)
- Discussion and exchange: [GitHub Discussions](https://github.com/KKRainbow/EasyTier/discussions)
- Ask questions or report problems: [GitHub Issues](https://github.com/EasyTier/EasyTier/issues)
- Discussion and exchange: [GitHub Discussions](https://github.com/EasyTier/EasyTier/discussions)
- QQ Group: [949700262](https://qm.qq.com/q/LDxBN5L3kA)
- Telegram: https://t.me/easytier
4 changes: 2 additions & 2 deletions en/guide/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation {#installation}

1. **Download the precompiled binary file**
Visit the [GitHub Release page](https://github.com/KKRainbow/EasyTier/releases) to download the binary file suitable for your operating system. Release includes both command-line programs and GUI programs in the compressed package.
Visit the [GitHub Release page](https://github.com/EasyTier/EasyTier/releases) to download the binary file suitable for your operating system. Release includes both command-line programs and GUI programs in the compressed package.

2. **Install via crates.io**

Expand All @@ -16,6 +16,6 @@
3. **Install from source code**
::: code-group
```sh [cargo]
cargo install --git https://github.com/KKRainbow/EasyTier.git
cargo install --git https://github.com/EasyTier/EasyTier.git
```
:::
2 changes: 1 addition & 1 deletion en/guide/license.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# License

EasyTier is released under the [Apache License 2.0](https://github.com/KKRainbow/EasyTier/blob/main/LICENSE).
EasyTier is released under the [Apache License 2.0](https://github.com/EasyTier/EasyTier/blob/main/LICENSE).
2 changes: 1 addition & 1 deletion en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
link: /en/guide/introduction
- theme: alt
text: Github
link: https://github.com/KKRainbow/EasyTier
link: https://github.com/EasyTier/EasyTier

features:
- title: Decentralized
Expand Down
12 changes: 6 additions & 6 deletions guide/community-and-contribution.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 社区和贡献

我们欢迎并鼓励社区贡献!如果你想参与进来,请提交 [GitHub PR](https://github.com/KKRainbow/EasyTier/pulls)
我们欢迎并鼓励社区贡献!如果你想参与进来,请提交 [GitHub PR](https://github.com/EasyTier/EasyTier/pulls)

详细的贡献指南可以在 [Contributing](https://github.com/KKRainbow/EasyTier/blob/main/CONTRIBUTING.md) 中找到。
详细的贡献指南可以在 [Contributing](https://github.com/EasyTier/EasyTier/blob/main/CONTRIBUTING.md) 中找到。

## Star 历史

<a href="https://star-history.com/#KKRainbow/EasyTier&Date">
<a href="https://star-history.com/#EasyTier/EasyTier&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
</picture>
</a>
4 changes: 2 additions & 2 deletions guide/contact.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 联系方式

- 提问或报告问题:[GitHub Issues](https://github.com/KKRainbow/EasyTier/issues)
- 讨论和交流:[GitHub Discussions](https://github.com/KKRainbow/EasyTier/discussions)
- 提问或报告问题:[GitHub Issues](https://github.com/EasyTier/EasyTier/issues)
- 讨论和交流:[GitHub Discussions](https://github.com/EasyTier/EasyTier/discussions)
- QQ 群: [949700262](https://qm.qq.com/q/LDxBN5L3kA)
- Telegram:https://t.me/easytier
4 changes: 2 additions & 2 deletions guide/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 安装 {#installation}

1. **下载预编译的二进制文件**
访问 [GitHub Release 页面](https://github.com/KKRainbow/EasyTier/releases) 下载适用于您操作系统的二进制文件。Release 压缩包中同时包含命令行程序和图形界面程序。
访问 [GitHub Release 页面](https://github.com/EasyTier/EasyTier/releases) 下载适用于您操作系统的二进制文件。Release 压缩包中同时包含命令行程序和图形界面程序。

2. **通过 crates.io 安装**

Expand All @@ -16,6 +16,6 @@
3. **通过源码安装**
::: code-group
```sh [cargo]
cargo install --git https://github.com/KKRainbow/EasyTier.git
cargo install --git https://github.com/EasyTier/EasyTier.git
```
:::
2 changes: 1 addition & 1 deletion guide/license.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 许可证

EasyTier 基于 [Apache License 2.0](https://github.com/KKRainbow/EasyTier/blob/main/LICENSE) 许可发布。
EasyTier 基于 [Apache License 2.0](https://github.com/EasyTier/EasyTier/blob/main/LICENSE) 许可发布。
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
link: /guide/introduction
- theme: alt
text: 在 Github 上查看
link: https://github.com/KKRainbow/EasyTier
link: https://github.com/EasyTier/EasyTier

features:
- title: 去中心化
Expand Down

0 comments on commit 4076dc2

Please sign in to comment.