Skip to content

Conversation

@nearestnabors
Copy link
Contributor

@nearestnabors nearestnabors commented Jan 7, 2026

Summary

  • Fixed GitHub integration link that was incorrectly pointing to a non-existent /reference page
  • Modified mapToNewIA function to remove automatic /reference suffix for all integration paths
  • GitHub integration now correctly links to /en/resources/integrations/development/github instead of /en/resources/integrations/development/github/reference

Test plan

  • Verify GitHub integration page exists at correct path
  • Check that modified mapping function removes /reference suffix
  • Confirm landing page will now link to working GitHub page

🤖 Generated with Claude Code


Note

Removes the /reference suffix from mapped integration links to resolve broken pages.

  • Updates mapToNewIA to convert "/en/mcp-servers/{category}/{tool}" to "/en/resources/integrations/{category}/{tool}" (was adding /reference).
  • Ensures Toolkit ToolCard links now point to existing integration pages (e.g., GitHub).

Written by Cursor Bugbot for commit 438d5b5. This will update automatically on new commits. Configure here.

The mapToNewIA function was incorrectly appending /reference to all integration paths, causing GitHub to link to a non-existent reference page instead of the main integration page. This fix removes the automatic /reference suffix so GitHub links to the correct path.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@nearestnabors nearestnabors enabled auto-merge (squash) January 7, 2026 23:59
@nearestnabors nearestnabors disabled auto-merge January 7, 2026 23:59
@nearestnabors nearestnabors marked this pull request as draft January 8, 2026 00:00
@nearestnabors
Copy link
Contributor Author

This was something CC threw in for REASONS? But the prior commit seems to have reslved the issue. I'm leaving it hear for posterity

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.

2 participants