Skip to content

Commit 8abcb59

Browse files
committed
fix links for express relay
1 parent 1d52328 commit 8abcb59

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

apps/developer-hub/content/docs/express-relay/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Express Relay: Eliminate MEV with Priority Auctions"
2+
title: "Express Relay"
33
description: >-
44
Express Relay enables better orderflow mechanisms that eliminate MEV. Protocol developers can recapture MEV while searchers get unified access to opportunities.
55
icon: Gavel
@@ -28,15 +28,15 @@ To integrate with Express Relay, you can integrate as a protocol (to power token
2828

2929
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-8">
3030
<IntegrationCard
31-
href="./integrate-as-protocol"
31+
href="/express-relay/integrate-as-protocol"
3232
colorScheme="blue"
3333
title="Integrate as a Protocol"
3434
description="Power token swaps and recapture MEV with Express Relay integration"
3535
icon={<Files size={16} />}
3636
/>
3737

3838
<IntegrationCard
39-
href="./integrate-as-searcher"
39+
href="/express-relay/integrate-as-searcher"
4040
colorScheme="green"
4141
title="Integrate as a Searcher"
4242
description="Access unified orderflow opportunities across DeFi protocols"
@@ -50,7 +50,7 @@ To learn more about Express Relay, refer to the following resources:
5050

5151
<div className="mt-8">
5252
<IntegrationCard
53-
href="./how-express-relay-works"
53+
href="/express-relay/how-express-relay-works"
5454
colorScheme="purple"
5555
title="How Express Relay Works"
5656
description="Understand the mechanics behind Express Relay's priority auction system"

apps/developer-hub/content/docs/express-relay/integrate-as-searcher/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Ready to integrate as a searcher? Start with our detailed integration guides:
7171

7272
<div className="mt-8">
7373
<IntegrationCard
74-
href="./svm"
74+
href="/express-relay/integrate-as-searcher/svm"
7575
colorScheme="blue"
7676
title="Integrate with Express Relay on SVM Chains"
7777
description="Complete guide for integrating Express Relay on Solana Virtual Machine chains with code examples and best practices"
@@ -85,14 +85,14 @@ Explore these resources to enhance your searcher integration:
8585

8686
### API Documentation
8787

88-
- **[WebSocket API Reference](./websocket-api-reference)** - Real-time opportunity streaming
89-
- **[HTTP API Reference](./http-api-reference)** - REST endpoints for opportunities and bidding
88+
- **[WebSocket API Reference](/express-relay/websocket-api-reference)** - Real-time opportunity streaming
89+
- **[HTTP API Reference](/express-relay/http-api-reference)** - REST endpoints for opportunities and bidding
9090

9191
### Technical Resources
9292

93-
- **[Contract Addresses](./contract-addresses)** - Smart contract addresses across supported chains
94-
- **[Error Codes](./errors)** - Complete list of error codes and troubleshooting guide
93+
- **[Contract Addresses](/express-relay/contract-addresses)** - Smart contract addresses across supported chains
94+
- **[Error Codes](/express-relay/errors)** - Complete list of error codes and troubleshooting guide
9595

9696
### Understanding Express Relay
9797

98-
- **[How Express Relay Works](./how-express-relay-works)** - Deep dive into the auction mechanism and architecture
98+
- **[How Express Relay Works](/express-relay/how-express-relay-works)** - Deep dive into the auction mechanism and architecture

0 commit comments

Comments
 (0)