Skip to content

Commit

Permalink
fixup: link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 11, 2024
1 parent e1f7124 commit d32760c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main/guides/coreeval/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const main = startSellConcertTicketsContract;

In the top level promise space, we have:

- **agoricNames**: read-only access to the [agoricNames](/guides/integration/name-services.html#agoricnames-agoricnamesadmin-well-known-names) name service.
- **agoricNames**: read-only access to the [agoricNames](../integration/name-services.md#agoricnames-agoricnamesadmin-well-known-names) name service.

- **board**: the [board](/guides/integration/name-services.html#the-board-publishing-under-arbitrary-names) name service.
- **board**: the [board](../integration/name-services.md#the-board-publishing-under-arbitrary-names) name service.
**Note: the board only grows; no mechanism to reclaim storage has been established.**

- **chainStorage**: to make storage nodes to write to vstorage.
Expand Down
2 changes: 1 addition & 1 deletion main/guides/coreeval/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ there's a contract to sell concert tickets. To deploy it, we

- install the contract bundle as a Zoe installation
- start the contract instance, using the **IST** brand to make price amounts for terms
- publish the installation and instance in the [agoricNames](../integration/name-services.html#agoricnames-agoricnamesadmin-well-known-names) name service under the name **sellConcertTickets**
- publish the installation and instance in the [agoricNames](../integration/name-services.md#agoricnames-agoricnamesadmin-well-known-names) name service under the name **sellConcertTickets**
in the **installation** and **instance** section, respectively
- publish its **Ticket** issuer and brand in the **agoricNames** **issuer** and **brand** sections, respectively.

Expand Down

0 comments on commit d32760c

Please sign in to comment.