Skip to content

Commit 962e6c4

Browse files
authored
chore(cosmic-swingset): Fix some broken README links (#11138)
1 parent 4b5dff2 commit 962e6c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/cosmic-swingset/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ make scenario3-setup
6464
make scenario3-run-client
6565
```
6666

67-
Objects added to `home` are created by the [vats](vats) package.
67+
Objects added to `home` are created by the [vats](../vats) package.
6868

69-
The REPL handler is in [`repl.js`](vats/src/repl.js).
69+
The REPL handler is in [`repl.js`](../vats/src/repl.js).
7070

7171
The HTML frontend code is pure JS/DOM (no additional libraries yet) in the
72-
[solo](solo) package, at
73-
[`solo/public/index.html`](solo/public/index.html) and
74-
[`solo/public/main.js`](solo/public/main.js).
72+
[solo](../solo) package, at
73+
[`solo/public/index.html`](../solo/public/index.html) and
74+
[`solo/public/main.js`](../solo/public/main.js).
7575

7676

7777
#### Scenario 2: a single local testnet node (develop on-chain demo)

0 commit comments

Comments
 (0)