Skip to content

Commit 4fc3920

Browse files
committed
update to permalinks
1 parent 324eb2d commit 4fc3920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/express-relay/errors/svm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SVM Error Codes
22

3-
The following table lists the error codes and their explanations for the [`ExpressRelay`](https://github.com/pyth-network/per/tree/fccac65b00cff1cfe5c278b333a582fe66bda0f8/contracts/svm/programs/express_relay) programs.
3+
The following table lists the error codes and their explanations for the [`ExpressRelay`](https://github.com/pyth-network/per/tree/358eedc1f9072cdfc3418fba309697580f2474f9/contracts/svm/programs/express_relay) programs.
44
They can be used to identify the cause of a failed transaction or bid.
55

66
## ExpressRelay

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SVM Express Relay searchers fulfill opportunities representing limit orders on t
88

99
### Subscribe to New Opportunities
1010

11-
Express Relay provides searchers with [Typescript](https://github.com/pyth-network/per/tree/4be711525948cf24c0ebd4ebab007dc7f51b7069/sdk/js) and [Python](https://github.com/pyth-network/per/tree/4be711525948cf24c0ebd4ebab007dc7f51b7069/sdk/python) SDKs to interact with Express Relay.
11+
Express Relay provides searchers with [Typescript](https://github.com/pyth-network/per/tree/358eedc1f9072cdfc3418fba309697580f2474f9/sdk/js) and [Python](https://github.com/pyth-network/per/tree/358eedc1f9072cdfc3418fba309697580f2474f9/sdk/python) SDKs to interact with Express Relay.
1212
Searchers can also directly fetch available opportunities via HTTP or subscribe to them via WebSocket.
1313

1414
<Tabs items={['Typescript', 'Python', 'HTTP', 'Websocket']}>

0 commit comments

Comments
 (0)