Browse Source

link to servnest website in footer

Miraty 1 year ago
parent
commit
7330f3a769
1 changed files with 1 additions and 1 deletions
  1. 1 1
      view.php

+ 1 - 1
view.php

@@ -49,7 +49,7 @@ displayFinalMessage($data);
 ?>
 		</main>
 		<footer>
-			<small><?= sprintf(_('Based on %s, available under %s.'), '<a rel="external" href="https://code.antopie.org/servnest/servnest" class="common"><span aria-hidden="true">🌳</span>&nbsp;ServNest</a>', '<abbr title="Cooperative Nonviolent Public License No Attribution version 7 or more">CNPL-NAv7+</abbr>') ?></small>
+			<small><?= sprintf(_('Based on %s, available under %s.'), '<a rel="external" href="https://servnest.niv.re/" class="common"><span aria-hidden="true">🌳</span>&nbsp;ServNest</a>', '<abbr title="Cooperative Nonviolent Public License No Attribution version 7 or more">CNPL-NAv7+</abbr>') ?></small>
 		</footer>
 	</body>
 </html>