From 30033ae20d569c51b4481855f0407cbf1f03c65f Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Mon, 20 Apr 2026 13:47:18 +0100 Subject: Documentation improvements --- docs/input.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/input.org') 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 -- cgit v1.2.3