Skip to content

fix(#2095): correct links broken by markdown conversion in #2017#2169

Merged
mrjones-plip merged 3 commits intomedic:mainfrom
gmarav05:fix/2095-verify-converted-links
Mar 25, 2026
Merged

fix(#2095): correct links broken by markdown conversion in #2017#2169
mrjones-plip merged 3 commits intomedic:mainfrom
gmarav05:fix/2095-verify-converted-links

Conversation

@gmarav05
Copy link
Copy Markdown
Contributor

@gmarav05 gmarav05 commented Mar 25, 2026

While investigating the broken links introduced by the markdown conversion in #2017, I found and fixed the following issues.

Fixes #2095

  1. Building page (content/en/building/_index.md)

    • [CHT Core Framework] was pointing to /building/local-setup.
    • Changed to /technical-overview/architecture/cht-core.
  2. Architecture page (content/en/technical-overview/architecture/_index.md)

    • CHT Watchdog card was pointing to cht-conf.
    • Changed to cht-watchdog.
  3. /core alias (content/en/technical-overview/architecture/cht-core.md)

    • /core was duplicated across three files (architecture/_index.md, concepts/_index.md, technical-overview/_index.md) causing it to incorrectly resolve to "Concepts and paradigms of the CHT" instead of the CHT Core Framework page.

    • Removed duplicate aliases from all three files and moved /core and /core/overview/ exclusively to cht-core.md, as confirmed by archive.org snapshot from May 2024.

Copy link
Copy Markdown
Contributor

@mrjones-plip mrjones-plip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow! While relatively small changes, they have an outsized impact on make the docs site work as expected - thanks for these link fixes!

@mrjones-plip mrjones-plip merged commit 0755abc into medic:main Mar 25, 2026
1 check passed
@gmarav05
Copy link
Copy Markdown
Contributor Author

gmarav05 commented Mar 26, 2026

wow! While relatively small changes, they have an outsized impact on make the docs site work as expected - thanks for these link fixes!

Thank you for helping me out on this issue @mrjones-plip .

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.

Ensure links are correct after change to markdown format

2 participants