Skip to content

Commit a8cebc5

Browse files
authored
(fix) Express Relay links (#366)
1 parent 6a29c3d commit a8cebc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/express-relay/integrate-as-protocol.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ The [Contract Address](./contract-addresses.mdx) page lists the addresses of Exp
229229

230230
### Error Codes
231231

232-
The [Error Codes](./error-codes.mdx) page lists the error codes returned by Express Relay.
232+
The [Error Codes](./errors.mdx) page lists the error codes returned by Express Relay.
233233

234234
### API Reference
235235

236-
The [API Reference](https://per-staging.dourolabs.app/redoc/) provides detailed information on Express Relay APIs for submitting opportunities.
236+
The [API Reference](https://per-staging.dourolabs.app/redoc) provides detailed information on Express Relay APIs for submitting opportunities.

pages/express-relay/integrate-as-searcher.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The server responds with opportunities in the following format:
122122
### Construct the Bid
123123

124124
Searchers should construct a bid by evaluating the fetched opportunity.
125-
The SDKs provide an easy way to construct a bid using the [`OpportunityAdapter`](./integrate-as-searcher/opportunity-adapter.mdx) contract.
125+
The SDKs provide an easy way to construct a bid using the [`OpportunityAdapter`](https://github.com/pyth-network/per/blob/main/contracts/src/opportunity-adapter/OpportunityAdapter.sol) contract.
126126
The `OpportunityAdapter` contract handles asset transfers and ensures the opportunity is executed correctly.
127127

128128
<Callout type="warning" emoji="⚠️">

0 commit comments

Comments
 (0)