Skip to content

Fix broken links in eviction-pdb.md and missing leading slash in several docs #97

@ytimocin

Description

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.mddocs/how-tos/crp and docs/api-reference (lines 226–227)
  • content/en/docs/troubleshooting/ClusterResourcePlacement.mddocs/api-reference (line 18)
  • content/en/docs/troubleshooting/ResourcePlacement.mddocs/api-reference (line 18)
  • content/en/docs/how-tos/staged-update.mddocs/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 /.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions