From de5f291074417a5de33875c4f3400329f02afe46 Mon Sep 17 00:00:00 2001 From: "Engineering Rel @ Urani" <162904807+urani-engineering@users.noreply.github.com> Date: Wed, 27 Mar 2024 06:58:26 -0700 Subject: [PATCH] Fix urls --- chapters/02_dev_env.md | 4 ++-- .../{07_sharpening_your_axes.md => 07_sharpening_your_axe.md} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename chapters/{07_sharpening_your_axes.md => 07_sharpening_your_axe.md} (100%) diff --git a/chapters/02_dev_env.md b/chapters/02_dev_env.md index a59a0d2b..9d7426ef 100644 --- a/chapters/02_dev_env.md +++ b/chapters/02_dev_env.md @@ -11,7 +11,7 @@ * In each environment, you will be using one of three networks: * **Mainnet**: the production network where all the action happens. Transactions cost real money. * **Testnet**: used for stress testing recent releases. Focused on network performance, stability, and validator behavior. - * **Devnet**: the primary network for development (tokens are not real, and you can get them from [faucets](more_resources.md)). + * **Devnet**: the primary network for development (these tokens have no financial value, and you can get them from [these faucets](urani-labs/solana-dev-onboarding-rs/chapters/07_sharpening_your_axe.md)).
@@ -65,7 +65,7 @@ - building Solana programs - deploying your programs to the blockchain -* Install the Anchor framework using [these instructions](https://solana.com/developers/guides/getstarted/setup-local-development#4-install-anchor-for-solana). +* Install the Anchor framework using [these instructions](urani-labs/solana-dev-onboarding-rs/chapters/03_anchor.md).
diff --git a/chapters/07_sharpening_your_axes.md b/chapters/07_sharpening_your_axe.md similarity index 100% rename from chapters/07_sharpening_your_axes.md rename to chapters/07_sharpening_your_axe.md