Skip to content

Commit

Permalink
Merge pull request #1950 from futreall/main
Browse files Browse the repository at this point in the history
Fix broken documentation links
  • Loading branch information
shimkiv authored Dec 15, 2024
2 parents aac60d0 + 422f622 commit 86e9ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/mina/account-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ interface Body extends AccountUpdateBody {
* Events can be collected by archive nodes.
*
* [Check out our documentation about
* Events!](https://docs.minaprotocol.com/zkapps/advanced-o1js/events)
* Events!](https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/events)
*/
events: Events;
/**
Expand All @@ -561,7 +561,7 @@ interface Body extends AccountUpdateBody {
* a {@link Reducer}.
*
* [Check out our documentation about
* Actions!](https://docs.minaprotocol.com/zkapps/advanced-o1js/actions-and-reducer)
* Actions!](https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer)
*/
actions: Events;
/**
Expand Down

0 comments on commit 86e9ee5

Please sign in to comment.