Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 19, 2024
1 parent 3f97f70 commit f16a9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/contract-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Interface

Freenet contracts must implement the contract interface from [stdlib/rust/src/contract_interface.rs](https://github.com/freenet/freenet-core/blob/main/stdlib/rust/src/contract_interface.rs):
Freenet contracts must implement the contract interface from [stdlib/rust/src/contract_interface.rs](https://github.com/freenet/freenet-stdlib/blob/main/rust/src/contract_interface.rs#L446-L483):

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

0 comments on commit f16a9d8

Please sign in to comment.