Skip to content

fix(docs): MCPB download link returns 404 due to VitePress .html suffix#186

Merged
polaz merged 1 commit intomainfrom
fix/185-mcpb-link-404
Jan 24, 2026
Merged

fix(docs): MCPB download link returns 404 due to VitePress .html suffix#186
polaz merged 1 commit intomainfrom
fix/185-mcpb-link-404

Conversation

@polaz
Copy link
Copy Markdown
Member

@polaz polaz commented Jan 24, 2026

Summary

  • VitePress transforms markdown links by appending .html, causing the "Install in Claude Desktop" badge to point to /downloads/gitlab-mcp-latest.mcpb.html (404)
  • Replace markdown image-link with raw HTML <a> tag which VitePress does not transform

Closes #185

Test plan

  • Verify badge link on deployed docs points to /downloads/gitlab-mcp-latest.mcpb (no .html)
  • Verify .mcpb file downloads correctly

Copilot AI review requested due to automatic review settings January 24, 2026 16:45
@polaz polaz enabled auto-merge (squash) January 24, 2026 16:46
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

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 a 404 error caused by VitePress automatically appending .html to markdown image-link syntax for the "Install in Claude Desktop" badge. The fix replaces the markdown syntax with raw HTML that VitePress does not transform, ensuring the link points to /downloads/gitlab-mcp-latest.mcpb instead of /downloads/gitlab-mcp-latest.mcpb.html.

Changes:

  • Replaced markdown image-link syntax with HTML <a> and <img> tags for the Claude Desktop installation badge

@polaz polaz merged commit fffe90b into main Jan 24, 2026
21 checks passed
@polaz polaz deleted the fix/185-mcpb-link-404 branch January 24, 2026 16:48
sw-release-bot bot pushed a commit that referenced this pull request Jan 24, 2026
## [6.41.3](v6.41.2...v6.41.3) (2026-01-24)

### Bug Fixes

* **docs:** use raw HTML for MCPB download link to prevent VitePress .html suffix ([#186](#186)) ([fffe90b](fffe90b)), closes [#185](#185)
@sw-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 6.41.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

fix: One-Click Install link leads to 404 (.mcpb.html)

2 participants