Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 8, 2024
1 parent 615fa64 commit 843f41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ language for writing contracts.
Rust contracts implement the `ContractInterface` trait, which defines the
functions that the core calls to interact with the contract. This trait is
defined in the
[freenet-stdlib](https://github.com/freenet/freenet-core/blob/main/stdlib/rust/src/contract_interface.rs#L424).
[freenet-stdlib](https://github.com/freenet/freenet-stdlib/blob/f28e6716364b4e1c9ae8837344286393a2da4c82/rust/src/contract_interface.rs#L446).

```rust,no_run,noplayground
{{#include ../../../stdlib/rust/src/contract_interface.rs:contractifce}}
Expand Down

0 comments on commit 843f41c

Please sign in to comment.