Răsfoiți Sursa

change project homepage link in templates

El RIDO 11 ani în urmă
părinte
comite
3edeefd799
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      tpl/bootstrap.html
  2. 1 1
      tpl/page.html

+ 1 - 1
tpl/bootstrap.html

@@ -136,7 +136,7 @@
 				<p id="aboutbox" class="col-md-8 col-xs-12">
 					ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data.<br />
 					Data is encrypted/decrypted <em>in the browser</em> using 256 bits AES.<br />
-					More information on the <a href="http://sebsauvage.net/wiki/doku.php?id=php:zerobin" target="_blank">project page</a>.
+					More information on the <a href="https://github.com/elrido/ZeroBin/wiki" target="_blank">project page</a>.
 				</p>
 			</div>
 		</footer>

+ 1 - 1
tpl/page.html

@@ -23,7 +23,7 @@
 			<div id="aboutbox">
 				ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data.
 				Data is encrypted/decrypted <i>in the browser</i> using 256 bits AES. 
-				More information on the <a href="http://sebsauvage.net/wiki/doku.php?id=php:zerobin">project page</a>.<br />{if="strlen($NOTICE)"}
+				More information on the <a href="https://github.com/elrido/ZeroBin/wiki">project page</a>.<br />{if="strlen($NOTICE)"}
 				<span class="blink">▶</span> {$NOTICE}{/if}
 			</div>
 			<h1 title="ZeroBin" onclick="window.location.href=scriptLocation();return false;">ZeroBin</h1><br />