We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83db247 commit c2926aeCopy full SHA for c2926ae
main/guides/zoe/contract-basics.md
@@ -1,7 +1,7 @@
1
# Smart Contract Basics
2
3
Before we look at how to make a contract such as the one in [the
4
-basic dapp](./) in the previous section, let's cover some basics.
+basic dapp](../getting-started/) in the previous section, let's cover some basics.
5
6
A contract is defined by a JavaScript module that exports a `start` function
7
that implements the contract's API.
0 commit comments