diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-01-03 01:13:13 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-01-03 01:13:13 +1100 |
commit | 82d24721a62e84d70085c59e3322cb1111b793bd (patch) | |
tree | 382f805444428fa8ae2f8db66d8a7721241c2f6f /project | |
parent | 87f9582569b0c8a6644f942c21a75a1bb2c3708c (diff) |
Tweaked repo links in articles
Diffstat (limited to 'project')
-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 %} |