Skip to content

Commit d0e94bd

Browse files
authored
chore: use new domain (#427)
1 parent e4503ae commit d0e94bd

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 📜 Documentation
4-
url: https://vfox.lhan.me/
4+
url: https://vfox.dev/
55
about: Before submitting a question, please read the documentation. If you are still not satisfied, ask a question again.
66
- name: 👀 GitHub Discussions
77
url: https://github.com/version-fox/vfox/discussions

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ and switch between different environment you need via the command line.
2929
- support for existing config files `.node-version`, `.nvmrc`, `.sdkmanrc` for easy migration
3030
- shell completion available for common shells (Bash, ZSH, Powershell, Clink)
3131
- **it's faster than `asdf-vm`, and offers more simple commands and genuine cross-platform unification.**
32-
see [Comparison with asdf](https://vfox.lhan.me/misc/vs-asdf.html)
32+
see [Comparison with asdf](https://vfox.dev/misc/vs-asdf.html)
3333

3434
## Demo
3535

3636
[![asciicast](https://asciinema.org/a/650100.svg)](https://asciinema.org/a/650100)
3737

3838
## Quickstart
3939

40-
> For detailed installation instructions, see [Quick Start](https://vfox.lhan.me/guides/quick-start.html)
40+
> For detailed installation instructions, see [Quick Start](https://vfox.dev/guides/quick-start.html)
4141
42-
#### 1. Choose an [installation](https://vfox.lhan.me/guides/quick-start.html#_1-installation) that works for you.
42+
#### 1. Choose an [installation](https://vfox.dev/guides/quick-start.html#_1-installation) that works for you.
4343

4444
#### 2. ⚠️ **_Hook `vfox` into your shell_ (pick one that works for your shell)** ⚠️
4545

@@ -85,7 +85,7 @@ $ node -v
8585
8686
## Full Documentation
8787
88-
See [vfox.lhan.me](https://vfox.lhan.me) for full documentation.
88+
See [vfox.dev](https://vfox.dev) for full documentation.
8989
9090
## Roadmap
9191
@@ -103,7 +103,7 @@ Our future plans and high priority features and enhancements are:
103103
104104
> If you have installed `vfox`, you can view all available plugins with the `vfox available` command.
105105
106-
For more details, see the [Available Plugins](https://vfox.lhan.me/plugins/available.html).
106+
For more details, see the [Available Plugins](https://vfox.dev/plugins/available.html).
107107
108108
## Contributors
109109

README_CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
- 在您切换项目时, 帮您**自动切换**运行时版本
2525
- 支持现有配置文件 `.node-version``.nvmrc``.sdkmanrc`,以方便迁移
2626
- 支持常用Shell(Powershell、Bash、ZSH),并提供补全功能
27-
- **`asdf-vm` 更快**,并提供更简单的命令和真正的跨平台统一。参见 [与asdf-vm对比](https://vfox.lhan.me/zh-hans/misc/vs-asdf.html)
27+
- **`asdf-vm` 更快**,并提供更简单的命令和真正的跨平台统一。参见 [与asdf-vm对比](https://vfox.dev/zh-hans/misc/vs-asdf.html)
2828

2929
## 演示
3030

3131
[![asciicast](https://asciinema.org/a/650100.svg)](https://asciinema.org/a/650100)
3232

3333
## 快速入门
3434

35-
> 详细的安装指南请参见 [快速入门](https://vfox.lhan.me/zh-hans/guides/quick-start.html)
35+
> 详细的安装指南请参见 [快速入门](https://vfox.dev/zh-hans/guides/quick-start.html)
3636
37-
#### 1.选择一个适合你的[安装方式](https://vfox.lhan.me/zh-hans/guides/quick-start.html#_1-%E5%AE%89%E8%A3%85vfox)
37+
#### 1.选择一个适合你的[安装方式](https://vfox.dev/zh-hans/guides/quick-start.html#_1-%E5%AE%89%E8%A3%85vfox)
3838

3939
#### 2. ⚠️ **挂载vfox到你的 Shell (从下面选择一条适合你 shell 的命令)** ⚠️
4040

@@ -76,13 +76,13 @@ $ node -v
7676
7777
## 完整文档
7878
79-
请浏览 [vfox.lhan.me](https://vfox.lhan.me) 查看完整文档。
79+
请浏览 [vfox.dev](https://vfox.dev) 查看完整文档。
8080
8181
## 目前支持的插件
8282
8383
> 如果您已经安装了 `vfox`,您可以使用 `vfox available` 命令查看所有可用的插件。
8484
85-
请看 [可用插件列表](https://vfox.lhan.me/zh-hans/plugins/available.html)
85+
请看 [可用插件列表](https://vfox.dev/zh-hans/plugins/available.html)
8686
8787
## 路线图
8888

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
vfox.lhan.me
1+
vfox.dev

0 commit comments

Comments
 (0)