Skip to content

Fix broken anchor links by converting docs to absolute paths#595

Merged
cristian-tamblay merged 1 commit into
developfrom
fix/docs-links
May 5, 2026
Merged

Fix broken anchor links by converting docs to absolute paths#595
cristian-tamblay merged 1 commit into
developfrom
fix/docs-links

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented May 5, 2026

Summary

This pull request standardizes all internal documentation links (English and Spanish) to use absolute paths instead of relative ones. This resolves navigation issues where anchor links (#...) could incorrectly append trailing slashes (e.g., /path/#section), breaking in-page references.


Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • docs/docs/** (English docs): Converted all internal links to absolute paths (/...) to ensure consistent navigation and correct anchor resolution.
  • i18n/es/docusaurus-plugin-content-docs/** (Spanish docs): Applied the same absolute path conversion for consistency across locales.
  • Multiple documentation files: Fixed table formatting and alignment issues to improve readability.

Testing (optional)

  • Verified navigation across multiple documentation pages to ensure links resolve correctly.
  • Confirmed that anchor links (#section) no longer break due to incorrect path resolution or trailing slash issues.

@Irozuku Irozuku added bug Something isn't working documentation Improvements or additions to documentation labels May 5, 2026
@cristian-tamblay cristian-tamblay merged commit 82b6ae3 into develop May 5, 2026
20 of 21 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/docs-links branch May 5, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants