diff --git a/main/guides/zoe/README.md b/main/guides/zoe/README.md index 1064554fc..ab7e94d49 100644 --- a/main/guides/zoe/README.md +++ b/main/guides/zoe/README.md @@ -275,7 +275,7 @@ The contract gets Alice's `E(publicFacet).makeJoinInvitation()` call and uses `z -<<< @/snippets/zoe/contracts/gameAssetContract.js#makeInvitation +<<< @/snippets/zoe/src/gameAssetContract.js#makeInvitation The offer handler is invoked with a _seat_ representing the party making the offer. It extracts the `give` and `want` from the party's offer and checks that @@ -289,7 +289,7 @@ and allocate the minted places to the player. Finally, it concludes its business -<<< @/snippets/zoe/contracts/gameAssetContract.js#handler +<<< @/snippets/zoe/src/gameAssetContract.js#handler Zoe checks that the contract's instructions are consistent with the offer and with conservation of assets. Then it allocates