소스 검색

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>