Skip to content

Commit 3e1f753

Browse files
authored
Merge pull request #149 from nielstron/patch-4
Fix typo that broke link formatting in the plutus introduction
2 parents 8f822a7 + d6b8944 commit 3e1f753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/guides/plutus.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Smart Contracts
44

55
Smart Contracts on Cardano allow us to incorporate expressive logics to determine when a particular UTxO can be spent.
66
The official language to write Contracts is Plutus, which is why we will often refer to "Plutus Scripts" and "Plutus binarys".
7-
However, many `many different languages <https://aiken-lang.org/ecosystem-overview#the-alternatives>` are emerging
7+
However, many `many different languages <https://aiken-lang.org/ecosystem-overview#the-alternatives>`_ are emerging
88
that aim to make the development of contracts more accesible.
9-
In this tutorial, we will focus on `eopsin <https://github.com/ImperatorLang/eopsin>`,
9+
In this tutorial, we will focus on `eopsin <https://github.com/ImperatorLang/eopsin>`_,
1010
a Smart Contract language based on python.
1111
In order to understand how Smart Contracts work on Cardanos eUTxO model we need to understand a couple of concepts.
1212

0 commit comments

Comments
 (0)