Skip to content

Commit c4b30a5

Browse files
authored
fix broken links (#157)
1 parent 68c0045 commit c4b30a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/price-feeds/use-real-time-data/cosmwasm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The [Cosmwasm API reference](../../cosmwasm) lets you interactively explore the
1010

1111
## Update Price Feeds
1212

13-
The mechanism by which price feeds are updated on Cosmwasm is explained [here](./pull-updates.md). The [@pythnetwork/price-service-client](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/client/js) typescript package can be used to fetch the latest price feed data which then can be passed to the contract as the [UpdatePriceFeeds](../../cosmwasm/execute-update-price-feeds) ExecuteMsg.
13+
The mechanism by which price feeds are updated on Cosmwasm is explained [here](../pythnet-price-feeds/pull-updates.mdx). The [@pythnetwork/price-service-client](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/client/js) typescript package can be used to fetch the latest price feed data which then can be passed to the contract as the [UpdatePriceFeeds](../api-reference/cosmwasm/execute-update-price-feeds) ExecuteMsg.
1414

1515
Pyth publishes prices for two kinds of feeds:
1616

0 commit comments

Comments
 (0)