Skip to content

docs: fix broken internal links (dead API-ref sections, relative paths)#501

Merged
mrholek merged 1 commit into
mainfrom
fix/broken-doc-links
Jul 3, 2026
Merged

docs: fix broken internal links (dead API-ref sections, relative paths)#501
mrholek merged 1 commit into
mainfrom
fix/broken-doc-links

Conversation

@mrholek

@mrholek mrholek commented Jul 3, 2026

Copy link
Copy Markdown
Member

Fixes broken internal links surfaced by astro-broken-links-checker:

  • Remove the dead "API reference" sections from forms/layout/bootstrap.mdx and forms/validation/bootstrap.mdx (they linked to a per-page ../api/ that these guide pages do not have; the index.mdx variants have no such section).
  • Fix off-by-one relative paths on the deeper bootstrap/styling variant pages: ../layout/grid -> ../grid (gutters), ./../navs-tabs/ -> ../../navs-tabs/ (button-group), ./styling/ -> ../styling/ (tooltip).

@mrholek
mrholek merged commit 9200618 into main Jul 3, 2026
@mrholek
mrholek deleted the fix/broken-doc-links branch July 3, 2026 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant