Skip to content

Commit c2926ae

Browse files
committed
fix: link from contract-basics to getting started
1 parent 83db247 commit c2926ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/guides/zoe/contract-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Smart Contract Basics
22

33
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.
4+
basic dapp](../getting-started/) in the previous section, let's cover some basics.
55

66
A contract is defined by a JavaScript module that exports a `start` function
77
that implements the contract's API.

0 commit comments

Comments
 (0)