File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ make scenario3-setup
6464make 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
7171The 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)
You can’t perform that action at this time.
0 commit comments