aboutsummaryrefslogtreecommitdiff
path: root/docs/input.org
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-20 13:47:18 +0100
committerGene Pasquet <dev@etenil.net>2026-04-20 13:47:18 +0100
commit30033ae20d569c51b4481855f0407cbf1f03c65f (patch)
tree331493d960e8d30b1ae85cf2945001b4086695ca /docs/input.org
parent71bb4e8744e733477b9584443adbe8f920458be1 (diff)
Documentation improvements1.0.0rc1
Diffstat (limited to 'docs/input.org')
-rw-r--r--docs/input.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/input.org b/docs/input.org
index a7f7fc5..809994f 100644
--- a/docs/input.org
+++ b/docs/input.org
@@ -329,9 +329,9 @@ instead of replacing it.
* Demos
-- [[file:../demo/getting-started.scm][Getting started]] (=bin/demo-getting-started=) — arrow-key movement with =input-held?=.
-- [[file:../demo/platformer.scm][Platformer]] (=bin/demo-platformer=) — mixes =input-held?= for running with =input-pressed?= for jumping.
-- [[file:../demo/shmup.scm][Shmup]] (=bin/demo-shmup=) — uses =input-pressed?= on =a= to fire bullets exactly once per button press.
+- [[https://git.etenil.net/downstroke/tree/demo/getting-started.scm][Getting started]] (=bin/demo-getting-started=) — arrow-key movement with =input-held?=.
+- [[https://git.etenil.net/downstroke/tree/demo/platformer.scm][Platformer]] (=bin/demo-platformer=) — mixes =input-held?= for running with =input-pressed?= for jumping.
+- [[https://git.etenil.net/downstroke/tree/demo/shmup.scm][Shmup]] (=bin/demo-shmup=) — uses =input-pressed?= on =a= to fire bullets exactly once per button press.
* See also