From 3e7d80f5e0008202cae468bf97f704c92e6dcbc0 Mon Sep 17 00:00:00 2001 From: Dwight Lyle Date: Mon, 17 Jun 2024 23:01:31 -0600 Subject: [PATCH 1/2] Remove SeaLevel repo URL --- src/content/data-feeds/solana/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/data-feeds/solana/index.mdx b/src/content/data-feeds/solana/index.mdx index 5971577a77f..2ddd75e4675 100644 --- a/src/content/data-feeds/solana/index.mdx +++ b/src/content/data-feeds/solana/index.mdx @@ -44,7 +44,7 @@ The examples in the Chainlink documentation use the following languages, tools, - [Node.js 14 or higher](https://nodejs.org/en/download/): Used to run client code - [Rust](https://docs.solana.com/developing/on-chain-programs/developing-rust): A general-purpose programming language designed for performance and memory safety -- [Anchor](https://www.anchor-lang.com/): A framework for the [Solana Sealevel runtime](https://github.com/solana-labs/sealevel) that provides several developer tools +- [Anchor](https://www.anchor-lang.com/): A framework that provides several developer tools - [Chainlink Solana Starter Kit](https://github.com/smartcontractkit/solana-starter-kit): An Anchor based program and client that shows developers how to use and interact with Chainlink Data Feeds on Solana - [Solana CLI](https://docs.solana.com/cli): The Solana command line interface - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git): Used to clone the example code repository From 92e286f888e153e742a9fda95c9480cc2c7ce863 Mon Sep 17 00:00:00 2001 From: Dwight Lyle Date: Tue, 18 Jun 2024 07:34:48 -0600 Subject: [PATCH 2/2] Add new URL --- src/content/data-feeds/solana/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/data-feeds/solana/index.mdx b/src/content/data-feeds/solana/index.mdx index 2ddd75e4675..2f9369e70b4 100644 --- a/src/content/data-feeds/solana/index.mdx +++ b/src/content/data-feeds/solana/index.mdx @@ -44,7 +44,7 @@ The examples in the Chainlink documentation use the following languages, tools, - [Node.js 14 or higher](https://nodejs.org/en/download/): Used to run client code - [Rust](https://docs.solana.com/developing/on-chain-programs/developing-rust): A general-purpose programming language designed for performance and memory safety -- [Anchor](https://www.anchor-lang.com/): A framework that provides several developer tools +- [Anchor](https://www.anchor-lang.com/): A [Solana Sealevel Framework](https://github.com/coral-xyz/anchor) that provides several developer tools - [Chainlink Solana Starter Kit](https://github.com/smartcontractkit/solana-starter-kit): An Anchor based program and client that shows developers how to use and interact with Chainlink Data Feeds on Solana - [Solana CLI](https://docs.solana.com/cli): The Solana command line interface - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git): Used to clone the example code repository