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 /project/templates/adapad.html | |
parent | c8057e7c1c3d770d5a7a97f4745caa46d045bcbb (diff) |
Remove .git suffix from repo links
Diffstat (limited to 'project/templates/adapad.html')
-rw-r--r-- | project/templates/adapad.html | 4 |
1 files changed, 2 insertions, 2 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> |