Multiple broken internal links across the website source:
1. content/en/docs/concepts/eviction-pdb.md (lines 13 and 49)
Links to ../howtos/taint-toleration.md — the directory is how-tos (with a hyphen, not howtos) and the file is taints-tolerations.md. Both the directory name and the filename are wrong. Fix: /docs/how-tos/taints-tolerations.
2. Missing leading / on relative links in the following files:
content/en/docs/getting-started/on-prem.md — docs/how-tos/crp and docs/api-reference (lines 226–227)
content/en/docs/troubleshooting/ClusterResourcePlacement.md — docs/api-reference (line 18)
content/en/docs/troubleshooting/ResourcePlacement.md — docs/api-reference (line 18)
content/en/docs/how-tos/staged-update.md — docs/api-reference (line 72)
These resolve to paths relative to the current page rather than the root, producing broken links. Each should be prefixed with /.
Multiple broken internal links across the website source:
1.
content/en/docs/concepts/eviction-pdb.md(lines 13 and 49)Links to
../howtos/taint-toleration.md— the directory ishow-tos(with a hyphen, nothowtos) and the file istaints-tolerations.md. Both the directory name and the filename are wrong. Fix:/docs/how-tos/taints-tolerations.2. Missing leading
/on relative links in the following files:content/en/docs/getting-started/on-prem.md—docs/how-tos/crpanddocs/api-reference(lines 226–227)content/en/docs/troubleshooting/ClusterResourcePlacement.md—docs/api-reference(line 18)content/en/docs/troubleshooting/ResourcePlacement.md—docs/api-reference(line 18)content/en/docs/how-tos/staged-update.md—docs/api-reference(line 72)These resolve to paths relative to the current page rather than the root, producing broken links. Each should be prefixed with
/.