fix(#2095): correct links broken by markdown conversion in #2017#2169
Merged
mrjones-plip merged 3 commits intomedic:mainfrom Mar 25, 2026
Merged
fix(#2095): correct links broken by markdown conversion in #2017#2169mrjones-plip merged 3 commits intomedic:mainfrom
mrjones-plip merged 3 commits intomedic:mainfrom
Conversation
mrjones-plip
approved these changes
Mar 25, 2026
Contributor
mrjones-plip
left a comment
There was a problem hiding this comment.
wow! While relatively small changes, they have an outsized impact on make the docs site work as expected - thanks for these link fixes!
Contributor
Author
Thank you for helping me out on this issue @mrjones-plip . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While investigating the broken links introduced by the markdown conversion in #2017, I found and fixed the following issues.
Fixes #2095
Building page (
content/en/building/_index.md)[CHT Core Framework]was pointing to/building/local-setup./technical-overview/architecture/cht-core.Architecture page (
content/en/technical-overview/architecture/_index.md)CHT Watchdogcard was pointing tocht-conf.cht-watchdog./corealias (content/en/technical-overview/architecture/cht-core.md)/corewas 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
/coreand/core/overview/exclusively tocht-core.md, as confirmed by archive.org snapshot from May 2024.