Skip to content

Commit 54a75d3

Browse files
committed
fix(docs): correct broken links
Signed-off-by: azjezz <[email protected]>
1 parent 4bdf015 commit 54a75d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/recipes/helix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Integrate Mago directly with the [Helix editor](https://helix-editor.com/) for f
88

99
## Prerequisites
1010

11-
1. **Mago Installed**: Ensure you have installed Mago. If not, please follow the [Installation Guide](./installation.md).
11+
1. **Mago Installed**: Ensure you have installed Mago. If not, please follow the [Installation Guide](./../guide/installation.md).
1212
2. **`PATH` Configured**: The `mago` executable must be available in your system's `PATH`. The recommended installation scripts handle this for you. You can verify this by running `which mago` in your terminal.
1313

1414
## Configuration

docs/recipes/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide uses the [Custom Local Formatters](https://marketplace.visualstudio.c
1010

1111
## Prerequisites
1212

13-
1. **Mago Installed**: Ensure you have installed Mago by following the [Installation Guide](./installation.md).
13+
1. **Mago Installed**: Ensure you have installed Mago by following the [Installation Guide](./../guide/installation.md).
1414
2. **`PATH` Configured**: The `mago` executable must be available in your system's `PATH`. The recommended installation methods configure this for you.
1515

1616
## Configuration

docs/recipes/zed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Integrate Mago directly into the [Zed editor](https://zed.dev) for seamless, hig
88

99
## Prerequisites
1010

11-
1. **Mago Installed**: Ensure you have installed Mago. If not, please follow the [Installation Guide](./installation.md).
11+
1. **Mago Installed**: Ensure you have installed Mago. If not, please follow the [Installation Guide](./../guide/installation.md).
1212
2. **`PATH` configured**: The `mago` executable must be in your system's `$PATH`. The recommended installation methods handle this automatically. You can verify this by running `which mago` in your terminal, which should return a path to the executable.
1313

1414
## Configuration

0 commit comments

Comments
 (0)