Browse Source

Fix homepage link in Web UI (closes #118)

adaptive-webui-19844
Christophe Dumez 12 years ago
parent
commit
1b54b4dbb7
  1. 4
      src/webui/html/about.html

4
src/webui/html/about.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<img src="images/skin/mascot.png" align="right"></img>
<p>qBittorrent ${VERSION} (Web UI)</p>
<p>Copyright (c) 2011 <a href="mailto:chris@qbittorrent.org">Christophe Dumez</a></p>
<p>Homepage: <a href="http://www.qbittorrent.com">http://www.qbittorrent.com</a></p>
<p>Copyright (c) 2011-2012 <a href="mailto:chris@qbittorrent.org">Christophe Dumez</a></p>
<p>Homepage: <a href="http://www.qbittorrent.org">http://www.qbittorrent.org</a></p>
<h3>Original authors</h3>
<a href="mailto:ishanarora@gmail.com">Ishan Arora</a>, <a href="mailto:ank.iitd@gmail.com">Ankit Gupta</a>, <a href="mailto:shikhar.ap@gmail.com">Chandan Shikhar Dua</a> and <a href="mailto:swapnil.iitd@gmail.com">Swapnil Kumar</a>.

Loading…
Cancel
Save