doc: links for v1 docs

This commit is contained in:
Haruue Icymoon 2023-09-02 18:59:51 +08:00
parent c464049e7b
commit 692f241579
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148
3 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@
## 1.3.0
- Connection migration: clients can now seamlessly switch between networks without losing their connection to the server
- Dynamic port hopping: see https://hysteria.network/docs/port-hopping/ for more information
- Dynamic port hopping: see https://v1.hysteria.network/docs/port-hopping/ for more information
## 1.2.2

View file

@ -45,7 +45,7 @@ congested public Wi-Fi, connecting to foreign servers from China) powered by a c
- TUN (TAP on Windows)
- Still growing...
## **[Documentation](https://hysteria.network/)**
## **[Documentation](https://v1.hysteria.network/)**
----------
@ -68,7 +68,7 @@ Hysteria 是一个功能丰富的,专为恶劣网络环境(如卫星网络
- TUN (Windows 下为 TAP)
- 仍在增加中...
## **[中文文档](https://hysteria.network/zh/)**
## **[中文文档](https://v1.hysteria.network/zh/)**
----------

View file

@ -934,7 +934,7 @@ perform_install() {
echo
echo -e "What's next?"
echo
echo -e "\t+ Check out the latest quick start guide at $(tblue)https://hysteria.network/docs/quick-start/$(treset)"
echo -e "\t+ Check out the latest quick start guide at $(tblue)https://v1.hysteria.network/docs/quick-start/$(treset)"
echo -e "\t+ Edit server config file at $(tred)$CONFIG_DIR/config.json$(treset)"
echo -e "\t+ Start your hysteria server with $(tred)systemctl start hysteria1-server.service$(treset)"
echo -e "\t+ Configure hysteria start on system boot with $(tred)systemctl enable hysteria1-server.service$(treset)"