From 843f41ce73d29089e856be782b46a3f967850c10 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Fri, 8 Mar 2024 15:50:37 -0600 Subject: [PATCH] fix link --- docs/src/components/contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/contracts.md b/docs/src/components/contracts.md index 3eff3becb..e4cbc7449 100644 --- a/docs/src/components/contracts.md +++ b/docs/src/components/contracts.md @@ -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}}