Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 1a7f2eb

Browse files
authored
fix broken link on aptos (#84)
1 parent 9ae224c commit 1a7f2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythnet-price-feeds/aptos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Aptos contracts can update and fetch the Pyth prices using the Pyth Aptos Contra
88

99
## Updating Price Feeds
1010

11-
The mechanism by which price feeds are updated on Aptos is explained [here](./consume-data.md). The [pyth-aptos-js](https://github.com/pyth-network/pyth-js/tree/main/pyth-aptos-js) package can be used to fetch price feed update data which can be passed to the `pyth::update_price` on-chain function.
11+
The mechanism by which price feeds are updated on Aptos is explained [here](./pythnet-price-feeds.md). The [pyth-aptos-js](https://github.com/pyth-network/pyth-js/tree/main/pyth-aptos-js) package can be used to fetch price feed update data which can be passed to the `pyth::update_price` on-chain function.
1212

1313
## Examples
1414
- [Minimal on-chain contract](https://github.com/pyth-network/pyth-crosschain/blob/main/aptos/examples/fetch_btc_price) which updates and returns the Pyth BTC/USD price.

0 commit comments

Comments
 (0)