m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2022-12-21 03:33:12 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2022-12-21 03:33:12 +0100
commit4e07798799db086f9327f1042e0fa6b5da8f0166 (patch)
treece30bc199a6bffa6ad69ce4b898df361f97ff930
parentb0b2f58f0531641d8cf37fe3b201c7ae9804a283 (diff)
Remove broken link - Heroku killed free plan
-rw-r--r--src/projects.html.erb2
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>