Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

Fix Broken Documentation Links in MDX Files

  • Update all internal .md references to .mdx in apps/site/content/docs/guide/ files
  • Update all internal .md references to .mdx in apps/site/content/docs/spec/ files
  • Fix CONTRIBUTING.md references to point to root directory (../../../../../CONTRIBUTING.md)
  • Fix absolute path link in getting-started/index.mdx to use relative path with extension
  • Fix anchor links with .md# to .mdx#
  • Verify no broken links remain in MDX files (all passing!)
  • Test the full link checker workflow passes (153 links checked, 0 errors!)

All documentation links have been successfully fixed. The link checker now passes with 144 valid links and 9 redirects (all external).

Original prompt

引用: https://github.com/objectstack-ai/objectos/actions/runs/21165923804/job/60871783840#step:3:1


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
objectos-site Ready Ready Preview, Comment Jan 20, 2026 9:37am

Request Review

Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes broken documentation links across MDX files by updating internal references from .md to .mdx extensions and correcting relative paths to CONTRIBUTING.md.

Changes:

  • Updated all internal documentation links from .md to .mdx extension
  • Fixed CONTRIBUTING.md references to use correct relative path (../../../../../CONTRIBUTING.md)
  • Fixed absolute path link in getting-started to use relative path with proper extension

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
apps/site/content/docs/spec/metadata-format.mdx Updated logic-hooks reference to use .mdx extension
apps/site/content/docs/spec/index.mdx Updated all internal spec and guide references to use .mdx extension
apps/site/content/docs/spec/http-protocol.mdx Updated query-language reference to use .mdx extension
apps/site/content/docs/guide/security-guide.mdx Updated related documentation links to use .mdx extension
apps/site/content/docs/guide/sdk-reference.mdx Updated all related documentation references to use .mdx extension
apps/site/content/docs/guide/logic-hooks.mdx Updated related documentation links to use .mdx extension
apps/site/content/docs/guide/logic-actions.mdx Updated related documentation links to use .mdx extension
apps/site/content/docs/guide/index.mdx Updated next steps and quick links to use .mdx extension
apps/site/content/docs/guide/data-modeling.mdx Updated next steps links to use .mdx extension
apps/site/content/docs/guide/contributing-development.mdx Updated all internal references including CONTRIBUTING.md path and anchor links to use .mdx extension
apps/site/content/docs/getting-started/index.mdx Changed absolute path to relative path with .mdx extension

@huangyiirene huangyiirene marked this pull request as ready for review January 20, 2026 09:39
@huangyiirene huangyiirene merged commit 3dd4c5d into copilot/migrate-existing-documents Jan 20, 2026
10 checks passed
Copilot AI requested a review from huangyiirene January 20, 2026 09:39
Copilot stopped work on behalf of huangyiirene due to an error January 20, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants