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/.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.mdInstead this happens:
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/docs/docs/first-steps.md<- 404'dI fixed by removing all
docs/from link in documentation files in this folder, hope this help to lessen confusion.