Skip to content

Commit bc9fe09

Browse files
committed
lazer: fix broken link
1 parent 9301b92 commit bc9fe09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/lazer/integrate-as-consumer/evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ for (uint8 i = 0; i < feedsLen; i++) {
129129

130130
Pyth Lazer provides a websocket endpoint to receive price updates. Moreover, Pyth Lazer also provides a [Typescript SDK](https://github.com/pyth-network/pyth-crosschain/tree/main/lazer/sdk/js) to subscribe to the websocket endpoint.
131131

132-
Consult [How to fetch price updates from Pyth Lazer](../fetch-price-updates.mdx) for a complete step-by-step guide.
132+
Consult [How to subscribe to price updates from Pyth Lazer](../subscribe-price-updates.mdx) for a complete step-by-step guide.
133133

134134
### Include the price updates into smart contract transactions
135135

pages/lazer/integrate-as-consumer/svm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ state.latest_timestamp = data.timestamp_us.0;
208208

209209
Pyth Lazer provides a websocket endpoint to receive price updates. Moreover, Pyth Lazer also provides a [typescript SDK](https://github.com/pyth-network/pyth-crosschain/tree/main/lazer/sdk/js) to subscribe to the websocket endpoint.
210210

211-
Consult [How to fetch price updates from Pyth Lazer](../fetch-price-updates.mdx) for a complete step-by-step guide.
211+
Consult [How to subscribe to price updates from Pyth Lazer](../subscribe-price-updates.mdx) for a complete step-by-step guide.
212212

213213
### Include the price updates into smart contract transactions
214214

0 commit comments

Comments
 (0)