Fixed broken URLs in quickstart.md and setup.md #75

Merged
FrederikBaerentsen merged 1 commits from KingColton1/BrickTracker:master into master 2025-08-02 13:20:18 +02:00
Contributor

Since all of those documentations (except README.md) are in same /docs folder, it caused some of links (such as [First steps](docs/first-steps.md)) being broken and lead to 404 page. Basically what it happen is if you click [First steps](docs/first-steps.md) to see the first step information, but that link itself added one extra /docs/.

Expected behavior:
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/docs/first-steps.md

Instead this happens:
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/docs/docs/first-steps.md <- 404'd

I fixed by removing all docs/ from link in documentation files in this folder, hope this help to lessen confusion.

Since all of those documentations (except README.md) are in same /docs folder, it caused some of links (such as `[First steps](docs/first-steps.md)`) being broken and lead to 404 page. Basically what it happen is if you click `[First steps](docs/first-steps.md)` to see the first step information, but that link itself added one extra /docs/. Expected behavior: `https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/docs/first-steps.md` Instead this happens: `https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/docs/docs/first-steps.md` <- 404'd I fixed by removing all `docs/` from link in documentation files in this folder, hope this help to lessen confusion.
KingColton1 added 1 commit 2025-04-09 01:18:45 +02:00
FrederikBaerentsen merged commit 418bd5cd9d into master 2025-08-02 13:20:18 +02:00
Sign in to join this conversation.