소스 검색

fix: update macros link in docs (#3767)

KULDEEP K SRIVASTAVA 3 달 전
부모
커밋
bce8f9c9d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/content/docs/basics/program-structure.mdx

+ 1 - 1
docs/content/docs/basics/program-structure.mdx

@@ -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.