Fix broken documentation links causing CI failures#319
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issue in action step of job execution
Fix broken documentation links causing CI failures
Jan 27, 2026
hotlong
approved these changes
Jan 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes 17 broken documentation links that were causing CI failures in the lychee link checker. The changes remove references to non-existent documentation directories and redirect them to existing top-level documentation files.
Changes:
- Updated README.md to remove 14 broken links to non-existent directories (
content/docs/guides/,content/docs/specifications/architecture/,content/docs/standards/,internal/planning/) and redirected them to existing top-level documentation files - Fixed 3 broken links in
content/docs/developers/index.mdxby correcting the GitHub organization name and replacing a non-existent documentation site URL with the repository link
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Removed broken links to non-existent documentation directories and replaced them with links to existing top-level docs (ARCHITECTURE.md, PROTOCOL_INDEX.md, PROTOCOL_REFERENCE.md, CONTRIBUTING.md, PROTOCOL_EXTENSIONS_COMPLETED.md) |
| content/docs/developers/index.mdx | Corrected GitHub organization from objectstack to objectstack-ai and replaced non-existent docs.objectstack.dev with repository link |
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.
The lychee link checker was failing on 17 broken links across documentation files.
Changes
README.md (14 broken links)
content/docs/guides/*.mdx,content/docs/specifications/architecture/*.mdx,content/docs/standards/*.mdx,internal/planning/*.mdARCHITECTURE.md,PROTOCOL_INDEX.md,PROTOCOL_REFERENCE.md,CONTRIBUTING.mdcontent/docs/developers/index.mdx (3 broken links)
objectstack→objectstack-aidocs.objectstack.devwith repository linkOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.