浏览代码

link to servnest website in footer

Miraty 1 年之前
父节点
当前提交
7330f3a769
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>