Skip to content

Fix broken back links in Game of Life demos#183

Merged
miuchan merged 1 commit into
masterfrom
codex-x0fhsh
Feb 24, 2026
Merged

Fix broken back links in Game of Life demos#183
miuchan merged 1 commit into
masterfrom
codex-x0fhsh

Conversation

@miuchan
Copy link
Copy Markdown
Owner

@miuchan miuchan commented Feb 24, 2026

Motivation

  • Several Game of Life demo pages used incorrect relative back-link targets (e.g. ../../../index.html...) which resolved to a non-existent public/index.html, causing navigation to 404 pages and breaking demo flow.

Description

  • Replace the broken back-link paths with correct relative links (../../index.html / ../../index.html#projects) in the following demo pages: public/demo/game-of-life/eater-catalysis/index.html, public/demo/game-of-life/spontaneous-symmetry-breaking/index.html, public/demo/game-of-life/thermal-dual/index.html, and public/demo/game-of-life/triangular/index.html so they correctly return to the Demo directory.

Testing

  • Ran node --check on all public/demo/game-of-life/*/*.js files to verify there are no syntactic errors, and the check completed successfully.
  • Executed a Python path-check script that inspects all local src/href references in public/demo/game-of-life/*/index.html to ensure referenced files exist, and the script returned OK.

Codex Task

@miuchan miuchan merged commit a68465b into master Feb 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant