"How to build" link in documentation is broken
TommyMurphyTM1234 opened this issue · 3 comments
TommyMurphyTM1234 commented
On this page:
The "How to build" link:
is broken and gives a 404 error.
TommyMurphyTM1234 commented
Looks like the same issue applies to all 3rd party and other tools too.
I presume that there's some script that generates these links and it has been broken by repo changes or something?
- https://xpack.github.io/dev-tools/aarch64-none-elf-gcc/#build-details
- https://xpack.github.io/dev-tools/arm-none-eabi-gcc/#build-details
- https://xpack.github.io/dev-tools/clang/#build-details
- https://xpack.github.io/dev-tools/cmake/#build-details
- https://xpack.github.io/dev-tools/gcc/#build-details
- https://xpack.github.io/dev-tools/meson-build/#build-details
- https://xpack.github.io/dev-tools/mingw-w64-gcc/#build-details
- https://xpack.github.io/dev-tools/ninja-build/#build-details
- https://xpack.github.io/dev-tools/openocd/#build-details
- https://xpack.github.io/dev-tools/qemu-arm/#build-details
- https://xpack.github.io/dev-tools/qemu-riscv/#build-details
- https://xpack.github.io/dev-tools/riscv-none-elf-gcc/#build-details
- https://xpack.github.io/dev-tools/windows-build-tools/#build-details
- https://xpack.github.io/dev-tools/m4/#build-details
- https://xpack.github.io/dev-tools/patchelf/#build-details
- https://xpack.github.io/dev-tools/pkg-config/#build-details
- https://xpack.github.io/dev-tools/realpath/#build-details
- https://xpack.github.io/dev-tools/sed/#build-details
- https://xpack.github.io/dev-tools/wine/#build-details
ilg-ul commented
Thank you, Tommy, for spotting this, you are right, those links are broken.
The fix is on the way.
In the future, if you identify such problems affecting all projects, you don't have to provide the complete list of links, since I can easily do a global find & replace in the web sources.
TommyMurphyTM1234 commented
No longer an issue - thanks.