diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-08-16 23:22:44 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-08-16 23:22:44 +1000 |
commit | 2a0b860b4febe9af9bcaa07e0b1f64371dd326fb (patch) | |
tree | c464f9ddf0185a6fa80993e7d98beba181662a3a | |
parent | c8057e7c1c3d770d5a7a97f4745caa46d045bcbb (diff) |
Remove .git suffix from repo links
-rw-r--r-- | project/templates/adapad.html | 4 | ||||
-rw-r--r-- | project/templates/fltkada.html | 2 | ||||
-rw-r--r-- | project/templates/grasp.html | 2 | ||||
-rw-r--r-- | project/templates/sokoban.html | 2 | ||||
-rw-r--r-- | project/templates/stvcount.html | 2 | ||||
-rw-r--r-- | project/templates/sunset.html | 2 | ||||
-rw-r--r-- | project/templates/thue2a.html | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/project/templates/adapad.html b/project/templates/adapad.html index e588c04..299db68 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -11,11 +11,11 @@ <h4>Adapad</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/adapad.git/">Link</a></p> +<p>Git repository: <a href="/cgit/cgit.cgi/adapad">Link</a></p> <h5>8/5/2017</h5> -<p>The Ada binding for FLTK has now been moved to its own <a href="/cgit/cgit.cgi/fltkada.git">repository</a>. +<p>The Ada binding for FLTK has now been moved to its own <a href="/cgit/cgit.cgi/fltkada">repository</a>. Installing it is required to build and use Adapad, naturally. Both repositories are set up to use the GNAT Project Manager build tools to handle all that, with any further specific details in each project's readme.</p> diff --git a/project/templates/fltkada.html b/project/templates/fltkada.html index 3a590e2..6d45e3f 100644 --- a/project/templates/fltkada.html +++ b/project/templates/fltkada.html @@ -11,7 +11,7 @@ <h4>FLTK Ada Binding</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/fltkada.git/">Link</a><br> +<p>Git repository: <a href="/cgit/cgit.cgi/fltkada">Link</a><br> Estimated status: 40-45% complete</p> diff --git a/project/templates/grasp.html b/project/templates/grasp.html index a2155d0..f5543ea 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -11,7 +11,7 @@ <h4>Grasp Interpreter</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/esoteric.git/">Link</a></p> +<p>Git repository: <a href="/cgit/cgit.cgi/esoteric">Link</a></p> <h5>1/1/2017</h5> diff --git a/project/templates/sokoban.html b/project/templates/sokoban.html index 701317a..ee2a470 100644 --- a/project/templates/sokoban.html +++ b/project/templates/sokoban.html @@ -11,7 +11,7 @@ <h4>Sokoban Clone</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/sokoban.git/">Link</a></p> +<p>Git repository: <a href="/cgit/cgit.cgi/sokoban">Link</a></p> <h5>8/8/2017</h5> diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html index bdc6933..cbd9458 100644 --- a/project/templates/stvcount.html +++ b/project/templates/stvcount.html @@ -17,7 +17,7 @@ <h4>Single Transferable Vote Counter</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/stv-count.git/">Link</a></p> +<p>Git repository: <a href="/cgit/cgit.cgi/stv-count">Link</a></p> <h5>19/2/2017</h5> diff --git a/project/templates/sunset.html b/project/templates/sunset.html index 424907c..d976c35 100644 --- a/project/templates/sunset.html +++ b/project/templates/sunset.html @@ -11,7 +11,7 @@ <h4>Sunset License</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/sunset.git/">Link</a></p> +<p>Git repository: <a href="/cgit/cgit.cgi/sunset">Link</a></p> <h5>29/6/2017</h5> diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index adbc669..04da9eb 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -11,7 +11,7 @@ <h4>Thue Version 2a</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/esoteric.git/">Link</a></p> +<p>Git repository: <a href="/cgit/cgit.cgi/esoteric">Link</a></p> <h5>1/1/2017</h5> |