k3d
k3d copied to clipboard
[BUG] Broken link in docs
What did you do
Was on this page and tried to navigate to https://k3d.io/usage/guides/exposing_services/#1-via-ingress-recommended but link to the guide was broken :(
Should be changed to https://k3d.io/v5.2.2/usage/exposing_services/#1-via-ingress-recommended
Hi @reginapizza , thanks for opening this issue! It's indeed a problem introduced with the site versioning. It's on the list, but please feel free to create a PR :+1:
having a similar issue on https://k3d.io/v5.4.4/usage/advanced/cuda to see the file of the Dockerfile (the content is added)
the versioned and unversioned are not mapping correctly. this might be because relative links in the markdown are not passed as files into the website, maybe treat them as links to the source code.
not sure how all of the pieces fit together here, but giving you a heads up on this
I found the correct download link is https://k3d.io/v5.4.4/usage/advanced/cuda/Dockerfile, let me know why this resolution fails for one file and succeeds in all of the others in the document