We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e82aa commit 9d06ed7Copy full SHA for 9d06ed7
website/docs/developers/architecture.md
@@ -142,7 +142,7 @@ Actions are divided into two categories:
142
#### Enabling Conditions
143
144
Every action must implement
145
-[`EnablingCondition`](https://o1-labs.github.io/mina-rust/api-docs/snark/enum.SnarkAction.html)
+[`EnablingCondition`](https://github.com/o1-labs/redux-rs/blob/master/src/action/enabling_condition.rs)
146
to prevent invalid state transitions:
147
148
```rust
0 commit comments