Skip to content

Commit b5845e9

Browse files
authored
Merge pull request #134 from NLipatov/feature/15
Feature/15
2 parents 7f93ef1 + b2fddae commit b5845e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/TunGo/docs/Advanced/Containerization/Docker/1. Server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ docker exec tungo \
3737

3838
> You can also use the container ID instead of its name.
3939

40-
📖 See [Client setup](/docs/quickstart) for next steps.
40+
📖 See [Client setup](/docs/QuickStart#%EF%B8%8F-client-setup) for next steps.

docs/TunGo/docs/Advanced/Linux/1. Setup server systemd unit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## ⚙️ Prerequisites
66

7-
1) TunGo is installed as described in [Quickstart](/docs/QuickStart).
7+
1) TunGo is installed as described in [Quickstart](/docs/QuickStart#%EF%B8%8F-server-setup).
88

99

1010
## 🛠️ Setup

docs/TunGo/docs/Advanced/Linux/2. Setup client systemd unit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## ⚙️ Prerequisites
1010

11-
1) TunGo is installed as described in [Quickstart](/docs/QuickStart).
11+
1) TunGo is installed as described in [Quickstart](/docs/QuickStart#%EF%B8%8F-client-setup).
1212

1313
## 🛠️ Setup
1414

docs/TunGo/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/quickstart">
22+
to="/docs/QuickStart">
2323
Set up your TunGo VPN tunnel in minutes ⏱️
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)