diff options
-rw-r--r-- | src/projects.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects.html.erb b/src/projects.html.erb index ba31ad5..ded01e8 100644 --- a/src/projects.html.erb +++ b/src/projects.html.erb @@ -26,7 +26,7 @@ additional code can be found on my <a href='https://github.com/m-chrzan'>GitHub <li><a href='<%= git 'dicebag' %>'>Dicebag</a>: a dice expression parser and roller. </li> - <li><a href='http://hex.m-chrzan.xyz'>Hex Curler</a>: a minimal webgame to be + <li>Hex Curler: a minimal webgame to be played with <code>curl</code>. <a href='<%= path_to 'blog_hex-curler' %>' >[blog]</a> <a href='<%= git 'hex-curler' %>'>[source]</a> |