Skip to content

Fix broken hosted SSE link in README#2

Open
devshahofficial wants to merge 1 commit intomasterfrom
fix-sse-url-backticks
Open

Fix broken hosted SSE link in README#2
devshahofficial wants to merge 1 commit intomasterfrom
fix-sse-url-backticks

Conversation

@devshahofficial
Copy link
Copy Markdown
Member

Summary

The Links section had [`mcp.resemble.ai/sse`](https://mcp.resemble.ai/sse) — a markdown link where the display text was wrapped in backticks for code formatting. While GitHub renders this correctly, some clients (terminals, certain markdown renderers, and URL auto-detectors) were including the trailing backtick as part of the URL, producing https://mcp.resemble.ai/sse%5C%60 (backslash + backtick URL-encoded) when clicked.

Fix: drop the backticks from the link display text so the URL is unambiguous across all renderers.

Test plan

  • Visually confirm the Links section still renders correctly
  • Verify clicking the link resolves to https://mcp.resemble.ai/sse cleanly

Remove backticks from link display text — some clients (terminals,
certain markdown renderers) were including the trailing backtick as
part of the URL, producing https://mcp.resemble.ai/sse%5C%60 when
clicked.
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.

1 participant