Skip to content

Commit 428726b

Browse files
committed
fix: error links
1 parent dc1e407 commit 428726b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/docs/usage/database/data-synchronization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ recommended tools:
3535

3636
![MySQL](img/mysql.png)
3737

38-
Using a MySQL database is a more professional way to synchronize data. When server info is edited on on device, other devices will update the modify in a few minutes. Go to `Options` -> `Database` -> `MySQL` to set up the database, check [Online database](usage/database/use-a-online-database.md) for more details.
38+
Using a MySQL database is a more professional way to synchronize data. When server info is edited on on device, other devices will update the modify in a few minutes. Go to `Options` -> `Database` -> `MySQL` to set up the database, check [Online database](./usage/database/use-a-online-database.md) for more details.
3939

4040
![MySQL](img/mysql-add.jpg)
4141

source/docs/usage/database/use-online-database.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is where configuring multiple databases becomes useful:
99

1010
- **At home**: Connect to the MySQL database on your NAS to manage your personal servers when you back home.
1111
- **On work**: Connect to both the MySQL on your home NAS and the MySQL on your company server to access the servers for work when you are in your office.
12-
- **For team**: With MySQL, you can share the server with your colleagues, make them connect to different MySQL database can make sure they can only see the servers they have permission to access, more detail: [Team sharing](usage/team/team-sharing.md)
12+
- **For team**: With MySQL, you can share the server with your colleagues, make them connect to different MySQL database can make sure they can only see the servers they have permission to access, more detail: [Team sharing](./usage/team/team-sharing.md)
1313

1414
## Use MySQL
1515

source/docs/usage/overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
![add-server](./img/add-server4.jpg)
1717

18-
5. (Optional) Configure scripts for the server, such as opening VPN before starting remote desktop, or closing VPN after closing remote desktop. Scripts support cmd, PowerShell, and Python. Please see the [Open a VPN before connect](usage/misc/open-a-vpn-before-connect.md) for further details.
18+
5. (Optional) Configure scripts for the server, such as opening VPN before starting remote desktop, or closing VPN after closing remote desktop. Scripts support cmd, PowerShell, and Python. Please see the [Open a VPN before connect](./usage/misc/open-a-vpn-before-connect.md) for further details.
1919

2020
6. Continue entering server **address**, **port**, **credentials** and other information, and select your desired connection settings.
2121
7. Click the **`Save`** button to complete adding the server and return to the homepage.
@@ -54,7 +54,7 @@ By selecting multiple servers using the checkboxes and clicking the **`Edit`** b
5454
!!! warning inline end
5555
The exported data is stored in plain text, so please handle it with care.
5656

57-
When some servers are selected, **`Export`** button can export selected items to json file which you can import it to another PC or simply make a backup. Please see the [Data synchronization](usage/database/data-synchronization.md) for further details.
57+
When some servers are selected, **`Export`** button can export selected items to json file which you can import it to another PC or simply make a backup. Please see the [Data synchronization](./usage/database/data-synchronization.md) for further details.
5858

5959
### Data import
6060

@@ -101,7 +101,7 @@ If the you miss the auto-migration, you can still import it manually:
101101

102102
You can use the default shortcut ++alt++ + ++m++ call the launcher, then type some key words to search the server you want to connect, then press ++enter++ to start.
103103

104-
For more details about the Launcher, please see the [Launcher](usage/launcher/basic.md).
104+
For more details about the Launcher, please see the [Launcher](./usage/launcher/basic.md).
105105

106106
## Session view
107107

0 commit comments

Comments
 (0)