Skip to content

Commit

Permalink
docs: fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Nov 27, 2023
1 parent d1b26a4 commit 9994604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ the namespace.
## A _spoon_ of MinecraftCluster

Everything starts by creating a `MincraftCluster`. As described in
the **[Architecture](/guide/architecture)** chapter, it is the most important
the **[Architecture](../architecture)** chapter, it is the most important
entity because it is referenced in many other resources.

Create a `cluster.yaml` file containing the following:
Expand Down
4 changes: 2 additions & 2 deletions docs/src/next/guide/getting-started/your-first-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ the namespace.
## A _spoon_ of MinecraftCluster

Everything starts by creating a `MincraftCluster`. As described in
the **[Architecture](/guide/architecture)** chapter, it is the most important
the **[Architecture](../architecture)** chapter, it is the most important
entity because it is referenced in many other resources.

Create a `cluster.yaml` file containing the following:
Expand Down Expand Up @@ -129,7 +129,7 @@ server list, you should see an output similar to the following:
<center>
<img
alt="Server List Screenshot"
src="../..assets/getting-started/motd.png"
src="../../assets/getting-started/motd.png"
/>
</center>

Expand Down

0 comments on commit 9994604

Please sign in to comment.