Skip to content

Commit 86e9ee5

Browse files
authored
Merge pull request #1950 from futreall/main
Fix broken documentation links
2 parents aac60d0 + 422f622 commit 86e9ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/mina/account-update.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ interface Body extends AccountUpdateBody {
552552
* Events can be collected by archive nodes.
553553
*
554554
* [Check out our documentation about
555-
* Events!](https://docs.minaprotocol.com/zkapps/advanced-o1js/events)
555+
* Events!](https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/events)
556556
*/
557557
events: Events;
558558
/**
@@ -561,7 +561,7 @@ interface Body extends AccountUpdateBody {
561561
* a {@link Reducer}.
562562
*
563563
* [Check out our documentation about
564-
* Actions!](https://docs.minaprotocol.com/zkapps/advanced-o1js/actions-and-reducer)
564+
* Actions!](https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer)
565565
*/
566566
actions: Events;
567567
/**

0 commit comments

Comments
 (0)