Skip to content

Commit 3b49364

Browse files
committed
fix(docs): Correct broken build guide links in README
The build guides were moved to docs/reference/build_guides/ but the README still referenced the old docs/build_guides/ path, resulting in 404 errors when users clicked the links. Signed-off-by: pmady <[email protected]>
1 parent 9ca59ed commit 3b49364

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ This release of xSTUDIO can be built on various Linux flavours, Microsoft Window
1414

1515
### Building xSTUDIO for Linux
1616

17-
* [Linux Generic](docs/build_guides/linux_generic.md)
18-
* [CentOS 7](docs/build_guides/centos_7.md)
19-
* [Rocky Linux 9.1](docs/build_guides/rocky_linux_9_1.md)
20-
* [Ubuntu 22.04](docs/build_guides/ubuntu_22_04.md)
17+
* [Linux Generic](docs/reference/build_guides/linux_generic.md)
18+
* [CentOS 7](docs/reference/build_guides/centos_7.md)
19+
* [Rocky Linux 9.1](docs/reference/build_guides/rocky_linux_9_1.md)
20+
* [Ubuntu 22.04](docs/reference/build_guides/ubuntu_22_04.md)
2121

2222
### Building xSTUDIO for Windows 10 & 11
2323

24-
* [Windows](docs/build_guides/windows.md)
24+
* [Windows](docs/reference/build_guides/windows.md)
2525

2626
### Building xSTUDIO for MacOS
2727

28-
* [MacOS](docs/build_guides/macos.md)
28+
* [MacOS](docs/reference/build_guides/macos.md)
2929

3030
### Documentation Note
3131

32-
Note that the xSTUDIO user guide is built with Sphinx using the Read-The-Docs theme. The package dependencies for building the docs can be challenging to install so we instead include the fully built docs as part of xSTUDIO's repo, as well as the source for building the docs. Our build set-up by default disables the building of the docs to make life easy!
32+
Note that the xSTUDIO user guide is built with Sphinx using the Read-The-Docs theme. The package dependencies for building the docs can be challenging to install so we instead include the fully built docs as part of xSTUDIO's repo, as well as the source for building the docs. Our build set-up by default disables the building of the docs to make life easy!

0 commit comments

Comments
 (0)