From 2117a8dd86adf8b22182881d7e1c1f5fd50cb254 Mon Sep 17 00:00:00 2001 From: 0xBora <133051383+0xBora@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:25:57 +0200 Subject: [PATCH] fix: reference to opshin --- docs/source/guides/plutus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/plutus.rst b/docs/source/guides/plutus.rst index b05fa5fd..daa1fb30 100644 --- a/docs/source/guides/plutus.rst +++ b/docs/source/guides/plutus.rst @@ -116,7 +116,7 @@ Note that there are specific fields you may need. Example - Gift Contract ----------------------- -We demonstrate how these concepts come into play using a simple example from `opshin `_. +We demonstrate how these concepts come into play using a simple example from `opshin `_. A user can lock funds together with a public key hash. The contract will make sure that only the owner of the matching private key can redeem the gift.