Skip to content

Commit dd56938

Browse files
committed
docs: fix broken link
1 parent 42298ff commit dd56938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default withMermaid(
4848
{
4949
href: "https://dub.sh/composio-mcp",
5050
image: "/mcphub.nvim/sponsors/composio-logo.png",
51-
text: "Instantly Connect to 1 00+ Managed MCP Servers with Built-In Auth",
51+
text: "Instantly Connect to 100+ Managed MCP Servers with Built-In Auth",
5252
alt: "Composio"
5353
},
5454
]

doc/.vitepress/theme/Sponsors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function refresh() {
4848
const poweredBy = document.createElement("a")
4949
poweredBy.className = "carbon-poweredby"
5050
poweredBy.textContent = "Featured Sponsor"
51-
poweredBy.href = "https://github.com/ravitemer/sponsors"
51+
poweredBy.href = "https://github.com/sponsors/ravitemer"
5252
poweredBy.target = '_blank'
5353
poweredBy.rel = 'noopener'
5454
cardContent.appendChild(poweredBy)

0 commit comments

Comments
 (0)