Skip to content

Commit

Permalink
Change the URL for the repository to the solana-developers repo
Browse files Browse the repository at this point in the history
  • Loading branch information
448-OG committed Sep 10, 2024
1 parent 934ec33 commit 0a4dae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/courses/program-optimization/rust-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ in an Anchor program.
### 1. Starter

To get started, download the starter code from the `starter` branch of
[this repository](https://github.com/448-OG/anchor-custom-macro/tree/starter).
[this repository](https://github.com/solana-developers/anchor-custom-macro/tree/starter).

The starter code includes a simple Anchor program that allows you to initialize
and update a `Config` account, similar to what we did with the
Expand Down Expand Up @@ -1108,7 +1108,7 @@ use macros where they make sense. But even if you don't know how they work, it
helps you understand what's happening with Anchor under the hood.

If you need more time with the solution code, reference the `solution` branch of
[the repository](https://github.com/448-OG/anchor-custom-macro/tree/solution).
[the repository](https://github.com/solana-developers/anchor-custom-macro/tree/solution).

## Challenge

Expand Down

0 comments on commit 0a4dae8

Please sign in to comment.