Skip to content

Commit 3328a20

Browse files
committed
Fix encoded colons in anchor hrefs
Remove percent-encoded '%3A' from fragment identifiers in docs/get-started/get-funded.mdx. Updated Card hrefs to use cleaner fragments (e.g. '#weekly-rewards-start-building-today') to ensure in-page anchor linking works correctly.
1 parent d8f0d01 commit 3328a20

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/get-started/get-funded.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ description: "The Base ecosystem offers multiple funding pathways designed speci
88
Whether you're just starting to experiment or ready to become a full-time founder, Base provides structured funding opportunities that grow with your ambitions. Each pathway is designed for different stages of your builder journey, with clear progression paths between programs.
99

1010
<CardGroup cols={2}>
11-
<Card title="Weekly Rewards" icon="calendar" href="#weekly-rewards%3A-start-building-today">
11+
<Card title="Weekly Rewards" icon="calendar" href="#weekly-rewards-start-building-today">
1212
2 ETH in weekly rewards for prototypes and experiments through Talent Protocol.
1313
</Card>
1414

15-
<Card title="Builder Grants" icon="bolt" href="#builder-grants%3A-live-on-base">
15+
<Card title="Builder Grants" icon="bolt" href="#builder-grants-live-on-base">
1616
Fast, retroactive grants ranging from 1-5 ETH. Perfect for shipped projects ready to scale.
1717
</Card>
1818

19-
<Card title="OP Retro Funding" icon="trophy" href="#op-retro-funding%3A-long-term-impact">
19+
<Card title="OP Retro Funding" icon="trophy" href="#op-retro-funding-long-term-impact">
2020
Get rewarded for creating public goods that benefit the entire Base ecosystem.
2121
</Card>
2222

23-
<Card title="Base Batches" icon="rocket" href="#base-batches%3A-the-founder-track">
23+
<Card title="Base Batches" icon="rocket" href="#base-batches-the-founder-track">
2424
Comprehensive founder program with mentorship, resources, and significant funding opportunities.
2525
</Card>
2626
</CardGroup>

0 commit comments

Comments
 (0)