diff options
author | ng0 <ng0@n0.is> | 2019-02-20 21:13:28 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-20 21:13:28 +0000 |
commit | 5a486cd4c9a93522869de85c16851b74fcdd7aa3 (patch) | |
tree | 8eba76e08ccfc193f9b01689048b287bc9cfbe46 | |
parent | a158519331b3014ced5017d455389af9343506fd (diff) |
fix links
-rw-r--r-- | template/developers.html.j2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/developers.html.j2 b/template/developers.html.j2 index 22283277..c28418d2 100644 --- a/template/developers.html.j2 +++ b/template/developers.html.j2 @@ -16,7 +16,7 @@ {% trans %} A list of our Git repositories can be found on our - our <a href="https://gnunet.org/git/">Git Server</a>. + our <a href="https://git.gnunet.org/">Git Server</a>. {% endtrans %} </p> </div> @@ -51,7 +51,7 @@ We have <a href="https://buildbot.net/">Buildbot</a> automation tests to detect regressions and check for portability at <a - href="https://gnunet.org/buildbot/gnunet/">https://gnunet.org/buildbot/gnunet/</a>. + href="https://old.gnunet.org/buildbot/gnunet/">https://old.gnunet.org/buildbot/gnunet/</a>. {% endtrans %} </p> </div> @@ -64,7 +64,7 @@ <a href="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</a> to analyze the code coverage of our tests, the results are available - at <a href="https://gnunet.org/coverage/">https://gnunet.org/coverage/</a>. + at <a href="https://old.gnunet.org/coverage/">https://old.gnunet.org/coverage/</a>. {% endtrans %} </p> </div> @@ -74,10 +74,10 @@ <p> {% trans %} We - use <a href="https://gnunet.org/gauger">Gauger</a> + use <a href="https://old.gnunet.org/gauger">Gauger</a> for performance regression analysis of the exchange backend - at <a href="https://gnunet.org/gauger/">https://gnunet.org/gauger/</a>. + at <a href="https://old.gnunet.org/gauger/">https://old.gnunet.org/gauger/</a>. {% endtrans %} </p> </div> |