From 76f074394e3474ec4ac3244b52a363757de7a50f Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Mon, 3 Feb 2020 16:43:53 +0000 Subject: [PATCH] replace github mirror with new developers guide --- i2p2www/pages/global/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/global/footer.html b/i2p2www/pages/global/footer.html index af6286e8f..d11f1392a 100644 --- a/i2p2www/pages/global/footer.html +++ b/i2p2www/pages/global/footer.html @@ -11,7 +11,7 @@ <li><a href="{{ site_url('contact') }}"><div class="footeritem"><span>{{ _('Contact us') }}</span></div></a></li> <li><a href="http://{{ i2pconv('i2pforum.i2p') }}/"><div class="footeritem"><span>{{ _('Forums') }}</span></div></a></li> <li><a href="https://reddit.com/r/i2p"><div class="footeritem"><span>Reddit</span></div></a></li> - <li><a href="https://github.com/i2p"><div class="footeritem"><span>Github(Mirror)</span></div></a></li> + <li><a href="{{ site_url('get-involved/guides/new-developers') }}"><div class="footeritem"><span>Develop</span></div></a></li> </ul> </div> <div id="footermenu" class="third"> -- GitLab