From 4076dc2e9484bf7233e3c3a646e3573ed742514a Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Thu, 9 May 2024 10:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=8C=87=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config/cn.ts | 2 +- .vitepress/config/en.ts | 14 +++++++------- README.md | 2 +- en/guide/community-and-contribution.md | 10 +++++----- en/guide/contact.md | 4 ++-- en/guide/installation.md | 4 ++-- en/guide/license.md | 2 +- en/index.md | 2 +- guide/community-and-contribution.md | 12 ++++++------ guide/contact.md | 4 ++-- guide/installation.md | 4 ++-- guide/license.md | 2 +- index.md | 2 +- 13 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.vitepress/config/cn.ts b/.vitepress/config/cn.ts index 9ee0659..9599973 100644 --- a/.vitepress/config/cn.ts +++ b/.vitepress/config/cn.ts @@ -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: { diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index ff529b6..afba4a3 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -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' }, ], }, { @@ -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', }, }, diff --git a/README.md b/README.md index f8565d6..f38b03e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/en/guide/community-and-contribution.md b/en/guide/community-and-contribution.md index 7a74bf5..11b5fc8 100644 --- a/en/guide/community-and-contribution.md +++ b/en/guide/community-and-contribution.md @@ -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 - + - - - Star History Chart + + + Star History Chart diff --git a/en/guide/contact.md b/en/guide/contact.md index b54fa3b..ddc3cbc 100644 --- a/en/guide/contact.md +++ b/en/guide/contact.md @@ -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 diff --git a/en/guide/installation.md b/en/guide/installation.md index a94b431..8227c04 100644 --- a/en/guide/installation.md +++ b/en/guide/installation.md @@ -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** @@ -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 ``` ::: diff --git a/en/guide/license.md b/en/guide/license.md index 0467f51..3f7476d 100644 --- a/en/guide/license.md +++ b/en/guide/license.md @@ -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). diff --git a/en/index.md b/en/index.md index c916692..db158ae 100644 --- a/en/index.md +++ b/en/index.md @@ -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 diff --git a/guide/community-and-contribution.md b/guide/community-and-contribution.md index 28a9ed8..36151ef 100644 --- a/guide/community-and-contribution.md +++ b/guide/community-and-contribution.md @@ -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 历史 - + - - - Star History Chart + + + Star History Chart diff --git a/guide/contact.md b/guide/contact.md index 1398f8a..bcb524b 100644 --- a/guide/contact.md +++ b/guide/contact.md @@ -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 diff --git a/guide/installation.md b/guide/installation.md index 535566b..023a277 100644 --- a/guide/installation.md +++ b/guide/installation.md @@ -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 安装** @@ -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 ``` ::: diff --git a/guide/license.md b/guide/license.md index bbf5dfb..c76f105 100644 --- a/guide/license.md +++ b/guide/license.md @@ -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) 许可发布。 diff --git a/index.md b/index.md index 9dda3c2..4ccc6cf 100644 --- a/index.md +++ b/index.md @@ -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: 去中心化