From c232a66e0fa22f4564c41cac5a1f36cb3a3f331d Mon Sep 17 00:00:00 2001 From: ladamesny Date: Fri, 12 Dec 2025 15:03:56 -0500 Subject: [PATCH] docs: fix bridge link --- docs/developer-guides/bridge-and-reserve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guides/bridge-and-reserve.md b/docs/developer-guides/bridge-and-reserve.md index 37a3a49b48..f105c40c3d 100644 --- a/docs/developer-guides/bridge-and-reserve.md +++ b/docs/developer-guides/bridge-and-reserve.md @@ -88,7 +88,7 @@ The release schedule is only required if the reserve feature is used. - This logic can be written using native or Plutus scripts as well as Aiken scripts. The code should be compiled and attached as a reference script to UTXO -- For reference, you can check the [example VFunction](https://github.com/input-output-hk/partner-chains-smart-contracts/blob/master/onchain/src/TrustlessSidechain/ExampleVFunction.hs) in the partner-chains-smart-contracts repository. +- For reference, you can check the [example VFunction](https://github.com/input-output-hk/partner-chains-smart-contracts/blob/master/onchain/src/PartnerChains/Scripts/ExampleVFunction.hs) in the partner-chains-smart-contracts repository. After compilation, include the script as a CBOR in the `reference.json`: