diff --git a/index.md b/index.md
index 753a8968..30478909 100644
--- a/index.md
+++ b/index.md
@@ -61,7 +61,7 @@ Example Programs
Cyclone provides several example programs, including:
-- [Game of Life]({{ page.ghproj }}examples/game-of-life) - The game of life example program and libraries from R7RS.
+- [Game of Life]({{ ghproj }}examples/game-of-life) - The game of life example program and libraries from R7RS.
- [Threading]({{ page.ghproj }}examples/threading) - Various examples of multi-threaded programs.