Skip to content

Commit 0f0e730

Browse files
committed
fixed links
1 parent c54f274 commit 0f0e730

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

src/content/data-feeds/solana/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ whatsnext:
1414
import { Aside } from "@components"
1515

1616
<Aside type="caution" title="ALERT">
17-
Several Data Feeds on Solana [are being deprecated](/data-feeds/deprecating-feeds?page=1&testnetPage=1#solana-mainnet)
18-
as Chainlink migrates support to Data Streams’ pull-based model. <br />
19-
[See this page for the complete list of Data Streams available on
20-
Solana](/data-streams/crypto-streams?page=1&testnetPage=1)
17+
Several Data Feeds on Solana [are being deprecated](/data-feeds/deprecating-feeds) as Chainlink migrates support to
18+
Data Streams’ pull-based model. <br />
19+
[See this page for the complete list of Data Streams available on Solana](/data-streams/crypto-streams)
2120
</Aside>
2221

2322
Chainlink provides data feeds on the [Solana](https://solana.com/) network. Chainlink data feeds on Solana employ [Offchain Reporting (OCR)](/architecture-overview/off-chain-reporting?parent=dataFeeds) to aggregate data from data providers who pull from both centralized and decentralized exchanges. Chainlink’s Solana deployment has no dependencies on external blockchain networks such as Ethereum. In Solana, storage and smart contract logic are separate. Programs store all the logic similar to an EVM (Ethereum) smart contract. The accounts store all the data. Compared to Solidity, the combination of an account and a program is equivalent to a smart contract on an EVM chain. State and logic are separate in Solana.

src/content/data-feeds/solana/using-data-feeds-off-chain.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ import { Aside, CodeSample, PackageManagerTabs } from "@components"
1616
import { Tabs } from "@components/Tabs"
1717

1818
<Aside type="caution" title="ALERT">
19-
Several Data Feeds on Solana [are being deprecated](/data-feeds/deprecating-feeds?page=1&testnetPage=1#solana-mainnet)
20-
as Chainlink migrates support to Data Streams’ pull-based model. <br />
21-
[See this page for the complete list of Data Streams available on
22-
Solana](/data-streams/crypto-streams?page=1&testnetPage=1)
19+
Several Data Feeds on Solana [are being deprecated](/data-feeds/deprecating-feeds) as Chainlink migrates support to
20+
Data Streams’ pull-based model. <br />
21+
[See this page for the complete list of Data Streams available on Solana](/data-streams/crypto-streams)
2322
</Aside>
2423
Chainlink Data Feeds are the quickest way to access market prices for real-world assets. This guide demonstrates how to
2524
read Chainlink Data Feeds on the Solana Devnet using offchain examples in the [Chainlink Solana Starter

src/content/data-feeds/solana/using-data-feeds-solana.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ import { Aside, CodeSample } from "@components"
1616
import { Tabs } from "@components/Tabs"
1717

1818
<Aside type="caution" title="ALERT">
19-
Several Data Feeds on Solana [are being deprecated](/data-feeds/deprecating-feeds?page=1&testnetPage=1#solana-mainnet)
20-
as Chainlink migrates support to Data Streams’ pull-based model. <br />
21-
[See this page for the complete list of Data Streams available on
22-
Solana](/data-streams/crypto-streams?page=1&testnetPage=1)
19+
Several Data Feeds on Solana [are being deprecated](/data-feeds/deprecating-feeds) as Chainlink migrates support to
20+
Data Streams’ pull-based model. <br />
21+
[See this page for the complete list of Data Streams available on Solana](/data-streams/crypto-streams)
2322
</Aside>
2423

2524
Chainlink Data Feeds are the quickest way to connect your smart contracts to the real-world market prices of assets. This guide demonstrates how to deploy a program to the Solana Devnet cluster and access Data Feeds onchain using the [Chainlink Solana Starter Kit](https://github.com/smartcontractkit/solana-starter-kit). To learn how to read price feed data using offchain applications, see the [Using Data Feeds Offchain](/solana/using-data-feeds-off-chain) guide.

src/features/feeds/components/FeedList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ export const FeedList = ({
758758
<br />
759759
Several Data Feeds on Solana{" "}
760760
<a
761-
href="/data-feeds/deprecating-feeds?page=1&testnetPage=1#solana-mainnet"
761+
href="/data-feeds/deprecating-feeds"
762762
target="_blank"
763763
rel="noopener noreferrer"
764764
style={{ color: "#856404", textDecoration: "underline" }}
@@ -768,7 +768,7 @@ export const FeedList = ({
768768
as Chainlink migrates support to Data Streams’ pull-based model.
769769
<br />
770770
<a
771-
href="https://docs.chain.link/data-streams/crypto-streams?page=1&testnetPage=1"
771+
href="/data-streams/crypto-streams"
772772
target="_blank"
773773
rel="noopener noreferrer"
774774
style={{ color: "#856404", textDecoration: "underline" }}

0 commit comments

Comments
 (0)