fix(link): resolve broken link checker failure in index.qmd#16
Draft
fix(link): resolve broken link checker failure in index.qmd#16
Conversation
…to docs/index.qmd Agent-Logs-Url: https://github.com/WhalerMike/uiao-docs/sessions/a1f71efe-5454-4e69-b9ae-0f072da626f7 Co-authored-by: WhalerMike <111075148+WhalerMike@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix broken link in index.qmd for link checker
fix(link): resolve broken link checker failure in index.qmd
Apr 12, 2026
WhalerMike
approved these changes
Apr 12, 2026
Draft
9 tasks
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.
Remediation PR -- Metadata
Target file:
index.qmdIssue: Link checker CI failure (job 70984663005)
Type: broken-link
Summary
docs/index.html→docs/index.qmdChanges
index.qmdline 11:The
<meta http-equiv="refresh">on line 8 retainsdocs/index.html— that is a runtime browser redirect to the built output and is not evaluated by the link checker. The markdown link on line 11 is what the link checker validates against source files;docs/index.qmdexists in the repository,docs/index.htmldoes not.Rationale
Link checker validates source-level references, not build artifacts.
docs/index.htmlis generated at build time and absent from the source tree, causing CI to fail.docs/index.qmdis the canonical source file and resolves correctly.Branch naming
copilot/fix-broken-link-index-qmdCommit message format
[UIAO-DOCS] FIX: index.qmd — update broken link from docs/index.html to docs/index.qmdChecklist
uiao.idfollowsUIAO_<AppendixLetter>_<Number>uiao.statusis one of:Current,Draft,Needs Replacing,Needs Creating,Deprecateduiao.owneris a team or roleuiao.tagspresent and relevanttitleanddescif applicablenode scripts/validate_uiao_metadata.jsReviewer guidance
docs/index.qmdis the correct redirect targetPost-merge actions
docs/_data/corpus-index.jsonupdatedOriginal prompt
This pull request was created from Copilot chat.