File tree 2 files changed +4
-3
lines changed
docs/getting-started/tutorials
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ check: check-tutorial check-archive
65
65
# #############################################################################
66
66
# Tutorial document
67
67
68
- tutorial : exercises mkdocs.yml $(shell find docs -type f)
68
+ tutorial : exercises docs/exercises.zip mkdocs.yml $(shell find docs -type f)
69
69
mkdocs build --strict
70
70
71
- serve : exercises mkdocs.yml $(shell find docs -type f)
71
+ serve : exercises docs/exercises.zip mkdocs.yml $(shell find docs -type f)
72
72
mkdocs serve
73
73
74
74
# #############################################################################
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ elaborate separation logic specifications of data structures.
13
13
## Source files
14
14
15
15
The source files for all the exercises and examples below can be downloaded
16
- from [ here] ( link:exercises.zip ) .
16
+ from [ here] ( ../../exercises.zip ) .
17
+ <!-- Note: `../../exercises.zip` is meant to be created via `make` -->
17
18
18
19
## Tutorials
19
20
You can’t perform that action at this time.
0 commit comments