fix: update macros link in docs (#3767)

This commit is contained in:
KULDEEP K SRIVASTAVA 2025-07-10 09:09:44 +05:30 committed by GitHub
parent 864ea6731a
commit bce8f9c9d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ description:
---
The Anchor framework uses
[Rust macros](https://rust-book.cs.brown.edu/ch20-06-macros.html) to reduce
[Rust macros](https://rust-book.cs.brown.edu/ch20-05-macros.html?highlight=macros#macros) to reduce
boilerplate code and simplify the implementation of common security checks
required for writing Solana programs.