From 1af3943fe4c3a3ec83fa170887643519f93a5354 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 23 Sep 2024 15:46:21 +0900 Subject: [PATCH] fix(pricefeed): Fix broken links --- pages/home/pyth-token.mdx | 2 +- pages/price-feeds/price-feed-ids.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/pyth-token.mdx b/pages/home/pyth-token.mdx index 86989696..d8f41073 100644 --- a/pages/home/pyth-token.mdx +++ b/pages/home/pyth-token.mdx @@ -30,7 +30,7 @@ Please note that the scope of community governance proposals may be expanded if The Pyth Network is built to provide decentralized applications with reliable and trustworthy data. The quality of the data it provides is paramount for these application's functions and the network's overall success. -Pyth's [Oracle Integrity Staking (OIS)](/home/pyth-token/oracle-integrity-staking) concentrates on producing quality data in the hands of a limited set of semi-trusted entities to achieve more coverage and lower latency than the competition. The responsibility of publishers over data quality is not just ethical but also incentivized through economics: +Pyth's [Oracle Integrity Staking (OIS)](./oracle-integrity-staking) concentrates on producing quality data in the hands of a limited set of semi-trusted entities to achieve more coverage and lower latency than the competition. The responsibility of publishers over data quality is not just ethical but also incentivized through economics: - **Staking and Slashing:** Publishers can self-stake PYTH tokens as collateral. It also allows other stakers to choose publishers to delegate their PYTH tokens. In the event of data inaccuracies or inconsistencies, a portion of this stake can be slashed as a penalty. This mechanism ensures that publishers have a vested interest in providing accurate data - **Reputation:** The reputation of data publishers is directly linked to the quality of data they provide. Publishers with a track record of providing accurate data are more likely to be trusted and attract more interest. diff --git a/pages/price-feeds/price-feed-ids.mdx b/pages/price-feeds/price-feed-ids.mdx index 0f8eae54..51583c1a 100644 --- a/pages/price-feeds/price-feed-ids.mdx +++ b/pages/price-feeds/price-feed-ids.mdx @@ -13,4 +13,4 @@ The [Price Feed ID reference](https://pyth.network/developers/price-feed-ids) al On Solana, each feed additionally has a collection of **price feed accounts** containing the feed's data. The addresses of these accounts are programmatically derived from the feed id and a shard id, which is simply a 16-bit number. -See [How to Use Real-Time Data on Solana](price-feeds/use-real-time-data/solana#write-frontend-code) for more information on price feed accounts. +See [How to Use Real-Time Data on Solana](./use-real-time-data/solana#price-feed-accounts) for more information on price feed accounts.