Links to individual PINs are broken in docs
See original GitHub issueFirst of all, many thanks to the entire team for building Prefect and making it available to the community! 👏
Just a quick heads-up that the links to individual PINs are broken in the docs. While the PIN Contents page loads fine, clicking on an individual link results in a 404.
It looks like there is some implicit redirect. For example, the link address for PIN 1 is https://docs.prefect.io/guide/PINs/PIN-1-Introduce-PINs.html. However, when I click on the link it redirects me to the non-existing URL https://docs.prefect.io/guide/pins/pin-1-introduce-pins/. (But if I manually replace the trailing slash with .html
the page loads correctly.)
P.S.: As a tangential aside, the link to the “issue board” in the Community > Contributing section points to https://github.com/PrefectHQ/prefect but should probably point to https://github.com/PrefectHQ/prefect/issues
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Seem to be working for me too, thanks!
Great to hear @maxalbert! Thanks for raising the issue