We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80699b commit 0335f86Copy full SHA for 0335f86
main/guides/zoe/contract-upgrade.md
@@ -2,7 +2,7 @@
2
3
The return value when starting a contract includes a capability to upgrade the contract instance. A call to
4
[E(zoe).startInstance(...)](/reference/zoe-api/zoe.md#e-zoe-startinstance-installation-issuerkeywordrecord-terms-privateargs)
5
-returns a [kit](/guides/ertp/#method-naming-structure) of [facets](/glossary#facet); that is a
+returns a [kit](/guides/ertp/#method-naming-structure) of [facets](/glossary/#facet); that is a
6
record of several objects that represent different ways to access the contract instance. The
7
`publicFacet` and `creatorFacet` are defined by the contract. The
8
[`adminFacet`](/reference/zoe-api/zoe.html#adminFacet) is defined by Zoe and includes methods to
0 commit comments