games docs: fix an absolute-path problem
This commit is contained in:
parent
5c80084f68
commit
ceb6ea7d06
|
@ -3,7 +3,7 @@
|
||||||
(require scribble/manual
|
(require scribble/manual
|
||||||
scribble/decode
|
scribble/decode
|
||||||
scribble/struct
|
scribble/struct
|
||||||
setup/main-collects)
|
setup/collects)
|
||||||
(provide (all-from-out scribble/manual)
|
(provide (all-from-out scribble/manual)
|
||||||
selflink
|
selflink
|
||||||
gametitle gametitle* play-margin-note
|
gametitle gametitle* play-margin-note
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
(make-element
|
(make-element
|
||||||
"noborder"
|
"noborder"
|
||||||
(list
|
(list
|
||||||
(image (path->main-collects-relative
|
(image (path->collects-relative
|
||||||
(build-path (collection-path "games" subcol)
|
(build-path (collection-path "games" subcol)
|
||||||
(format "~a.png" subcol))))))
|
(format "~a.png" subcol))))))
|
||||||
" " (onscreen name) " --- " subtitle))
|
" " (onscreen name) " --- " subtitle))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user