Skip to content

Commit 1097ba5

Browse files
committed
fix: fixing a couple of links
1 parent 6cd7cea commit 1097ba5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

main/guides/zoe/contract-upgrade.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,12 @@ export const start = async (zcf, privateArgs, baggage) => {
191191
192192
### Exo
193193
194-
An Exo object is an exposed Remotable object with methods (aka a [Far](/glossary/#zone) object), which is normally defined with an [InterfaceGuard](#todo-interface-guard) as a protective outer layer, providing the first layer of defensiveness.
194+
An Exo object is an exposed Remotable object with methods (aka a [`Far`](/guides/js-programming/far) object) which is
195+
normally defined with an `InterfaceGuard` as a protective outer layer, providing the first
196+
layer of defensiveness.
195197
196-
This [@endo/exo](https://github.com/endojs/endo/tree/master/packages/exo) package defines the APIs for making Exo objects, and for defining ExoClasses and ExoClassKits for making Exo objects.
198+
This [@endo/exo](https://github.com/endojs/endo/tree/master/packages/exo) package defines the APIs for making
199+
Exo objects, and for defining ExoClasses and ExoClassKits for making Exo objects.
197200
198201
```js
199202
const publicFacet = zone.exo(

0 commit comments

Comments
 (0)