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

Commit 431672c

Browse files
authored
Fix broken link, replace by working link (#90)
1 parent 7b966c0 commit 431672c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: how-pyth-works/design-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Pythnet is an appchain used to aggregate the prices delivered to all other block
1111
In both cases, the Pyth program maintains a number of different [Solana accounts](account-structure.md) that list the products on Pyth and their current price data.
1212
Publishers publish their price and confidence by interacting with the on-chain program on every slot. The program stores this information in its accounts.
1313
The first price update in a slot additionally triggers [price aggregation](price-aggregation.md), which combines the price data from the previous slot into a single aggregate price and confidence interval.
14-
This aggregate price is written to the Solana account where it is readable by other on- and off-chain programs (see [Client Libraries](../consumers/client-libraries.md) for how to use this data). 
14+
This aggregate price is written to the Solana account where it is readable by other on- and off-chain programs (see [Solana Price Feeds](../solana-price-feeds/solana-price-feeds.md) or [Pythnet Price Feeds](../pythnet-price-feeds/pythnet-price-feeds.md) for how to use this data). 

0 commit comments

Comments
 (0)