From 9fe7afed5a4b7c24e87fff9143d2d38b42051906 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 15 Apr 2016 22:19:48 -0400 Subject: [PATCH] WIP --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.