소스 검색

docs: Fix broken link

armaniferrante 4 년 전
부모
커밋
ef6123f215
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/src/tutorials/tutorial-2.md

+ 1 - 1
docs/src/tutorials/tutorial-2.md

@@ -61,7 +61,7 @@ Here, several `#[account(..)]` attributes are used.
 
 If any of these constraints do not hold, then the `increment` instruction will never be executed.
 This allows us to completely separate account validation from our program's business logic, allowing us
-to reason about each concern more easily. For more, see the full [list](https://github.com/project-serum/anchor#accounts-attribute-syntax) of account constraints.
+to reason about each concern more easily. For more, see the full [list](https://docs.rs/anchor-lang/latest/anchor_lang/derive.Accounts.html) of account constraints.
 
 ## Next Steps