Skip to content

Commit

Permalink
fix: fixing a couple of links
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Oct 16, 2024
1 parent 6cd7cea commit 1097ba5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main/guides/zoe/contract-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,12 @@ export const start = async (zcf, privateArgs, baggage) => {
### Exo
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.
An Exo object is an exposed Remotable object with methods (aka a [`Far`](/guides/js-programming/far) object) which is
normally defined with an `InterfaceGuard` as a protective outer layer, providing the first
layer of defensiveness.
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.
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.
```js
const publicFacet = zone.exo(
Expand Down

0 comments on commit 1097ba5

Please sign in to comment.