Skip to content

Commit ddebaf1

Browse files
committed
update permanent links
1 parent eca5837 commit ddebaf1

File tree

1 file changed

+2
-2
lines changed
  • pages/express-relay/integrate-as-searcher

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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/8e311d3dce7a54865ff98b25e57c6af2dd984d1f/sdk/js) and [Python](https://github.com/pyth-network/per/tree/8e311d3dce7a54865ff98b25e57c6af2dd984d1f/sdk/python) SDKs to interact with Express Relay.
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.
1212
Searchers can also directly fetch available opportunities via HTTP or subscribe to them via WebSocket.
1313

1414
<Tabs items={['Typescript', 'Python', 'HTTP', 'Websocket']}>
@@ -156,7 +156,7 @@ async generateBid(opportunity: OpportunitySvm): Promise<BidSvm> {
156156

157157
</Tabs.Tab>
158158
<Tabs.Tab>
159-
Below is an excerpt of example code. See the full example in the [Python SDK](https://github.com/pyth-network/per/blob/main/sdk/python/express_relay/searcher/examples/simple_searcher_svm.py).
159+
Below is an excerpt of example code. See the full example in the [Python SDK](https://github.com/pyth-network/per/blob/4be711525948cf24c0ebd4ebab007dc7f51b7069/sdk/python/express_relay/searcher/examples/simple_searcher_svm.py).
160160

161161
```python copy
162162
import logging

0 commit comments

Comments
 (0)