diff options
Diffstat (limited to 'template/developers.html.j2')
-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> |