Browse Source

Merge pull request #5 from labriqueinternet/fix_contribute

views: layout, fix contribute URL
Sebastien Badia 9 years ago
parent
commit
d3c73f8a5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sources/views/layout.html.php

+ 1 - 1
sources/views/layout.html.php

@@ -63,7 +63,7 @@
     <?= $content ?>
 
     <hr />
-    <div id="github"><a href="https://github.com/labriqueinternet/vpnclient_ynh"><?= T_('Any problem? Contribute!') ?></a> - AGPL 3.0</div>
+    <div id="github"><a href="https://github.com/labriqueinternet/piratebox_ynh"><?= T_('Any problem? Contribute!') ?></a> - AGPL 3.0</div>
   </div>
 </body>