Skip to content

Commit 0779a24

Browse files
committed
fixups
1 parent 1977662 commit 0779a24

File tree

3 files changed

+2
-43
lines changed

3 files changed

+2
-43
lines changed

r/reward_entry/whitelist_test.gno

-41
This file was deleted.

tutorial/02_move_validator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the task of doing, we will let you simply fill in the fun parts...
9191

9292
Open up `rules.gno` -- you should see the rough structure of a move generator
9393
that we've implemented for this workshop. In fact, it is a trimmed down version
94-
of the one we're using for [the full GnoChess dApp](../../realm/rules.gno), but
94+
of the one we're using for [the full GnoChess dApp](../../r/chess/rules.gno), but
9595
let's not get ahead of ourselves.
9696

9797
By scrolling down to the `Position.validateMove` method, you should be able to

util/devnet/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
networks:
1919
- gnonode
2020
volumes:
21-
- "../../realm:/realm"
21+
- "../../r:/r"
2222
restart: on-failure
2323
logging:
2424
driver: "json-file"

0 commit comments

Comments
 (0)