Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
urani-engineering authored Mar 27, 2024
1 parent 4c6134c commit de5f291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/02_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

<br>

Expand Down Expand Up @@ -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).

<br>

Expand Down
File renamed without changes.

0 comments on commit de5f291

Please sign in to comment.