Skip to content

Commit e4fa178

Browse files
committed
Use relative paths for links in installation pages
1 parent 6847c2d commit e4fa178

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

installation.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ nav_order: 2
99

1010
Pick the installation guide for your system:
1111

12-
- [Window](/installation/windows.html)
13-
- [MacOS](/installation/macos.html)
14-
- [Ubuntu/Debian](/installation/ubuntu.html)
15-
- [Fedora](/installation/fedora.html)
16-
- [Docker](/installation/docker.html)
12+
- [Window](installation/windows.html)
13+
- [MacOS](installation/macos.html)
14+
- [Ubuntu/Debian](installation/ubuntu.html)
15+
- [Fedora](installation/fedora.html)
16+
- [Docker](installation/docker.html)

installation/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ docker run -ti -v .:/source pspdev/pspdev:latest
3131

3232
After that you can run `cd /source` to navigate to the code.
3333

34-
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](/basic_programs.html) page to for examples on what you can do with it.
34+
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](../basic_programs.html) page to for examples on what you can do with it.

installation/fedora.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
3939
psp-config --pspdev-path
4040
```
4141

42-
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](/basic_programs.html) page to for examples on what you can do with it.
42+
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](../basic_programs.html) page to for examples on what you can do with it.

installation/macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
4343
psp-config --pspdev-path
4444
```
4545

46-
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](/basic_programs.html) page to for examples on what you can do with it.
46+
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](../basic_programs.html) page to for examples on what you can do with it.

installation/ubuntu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
4343
psp-config --pspdev-path
4444
```
4545

46-
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](/basic_programs.html) page to for examples on what you can do with it.
46+
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](../basic_programs.html) page to for examples on what you can do with it.

installation/windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
5858
psp-config --pspdev-path
5959
```
6060

61-
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](/basic_programs.html) page to for examples on what you can do with it.
61+
That's it, now the PSPDEV toolchain can be used to build PSP software. Check out the [Basic Programs](../basic_programs.html) page to for examples on what you can do with it.

0 commit comments

Comments
 (0)