diff options
Diffstat (limited to 'project/templates')
| -rw-r--r-- | project/templates/adapad.html | 2 | ||||
| -rw-r--r-- | project/templates/grasp.html | 2 | ||||
| -rw-r--r-- | project/templates/thue2a.html | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/project/templates/adapad.html b/project/templates/adapad.html index 6df8344..d0802c4 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -36,7 +36,7 @@ considered to be at v0.8 due to a few minor issues, such as the horizontal scrol  when only vertical scroll is possible. That may be an FLTK issue, but that's not an excuse from an end  user perspective.</p> -<p>Source code is available <a href="/cgit/cgit.cgi/adapad.git/">here</a>. The +<p>Source code is available <a href="/cgit/cgit.cgi/adapad.git/" target="_blank">here</a>. The  FLTK/Ada binding currently occupies the same repository, but will be moved to its own as work  progresses.</p> diff --git a/project/templates/grasp.html b/project/templates/grasp.html index e591d92..9cfd308 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -64,7 +64,7 @@ comprehensible graph image is found, a parser for it may be added.</p>  </code>  </p> -<p>Source code is available <a href="https://github.com/jedb/esoteric">here</a>.</p> +<p>Source code is available <a href="/cgit/cgit.cgi/esoteric.git/" target="_blank">here</a>.</p>  {% endblock %} diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index c0430db..80e29c0 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -91,7 +91,7 @@ surrounding them in double quotes.</p>  <p>While this doesn't solve all the problems Thue has (try writing a Thue program that asks  for and greets the user by name!) it should solve this one particular issue. Source code is -available <a href="https://github.com/jedb/esoteric">here</a>.</p> +available <a href="/cgit/cgit.cgi/esoteric.git/" target="_blank">here</a>.</p>  {% endblock %} | 
