Fixed some default website links that still pointed to google code.

This commit is contained in:
Griatch 2014-04-19 13:06:04 +02:00
parent eb01c19111
commit 6812906caa
2 changed files with 4 additions and 4 deletions

View file

@ -59,8 +59,8 @@
<div class="subHeader"> <div class="subHeader">
<!--span class="doNotDisplay">Navigation:</span--> <!--span class="doNotDisplay">Navigation:</span-->
<a href="/">Home</a> | <a href="/">Home</a> |
<a href="http://code.evennia.com/">About</a> | <a href="https://github.com/evennia/evennia/wiki/Evennia-Introduction/">About</a> |
<a href="http://code.google.com/p/evennia/wiki/Index">Documentation</a> | <a href="https://github.com/evennia/evennia/wiki">Documentation</a> |
<a href="/admin/">Admin Interface</a> <a href="/admin/">Admin Interface</a>
{% if webclient_enabled %} {% if webclient_enabled %}
| <a href="/webclient">Play Online</a> | <a href="/webclient">Play Online</a>

View file

@ -21,11 +21,11 @@
<a href='/webclient'>online client</a>!<br></br> <a href='/webclient'>online client</a>!<br></br>
{% endif %} {% endif %}
For more info, take your time to For more info, take your time to
peruse our extensive online <a href="http://code.google.com/p/evennia/wiki/Index">documentation</a>. peruse our extensive online <a href="https://github.com/evennia/evennia/wiki">documentation</a>.
<p> <p>
Should you have any questions, concerns, bug reports, or Should you have any questions, concerns, bug reports, or
if you want to help out, don't hesitate to join the Evennia community to make your voice heard! Drop a mail to the if you want to help out, don't hesitate to join the Evennia community to make your voice heard! Drop a mail to the
<a href="http://evennia.com/discussions">mailing list</a> or to come say hi in the <a href="http://webchat.freenode.net/?channels=evennia">developer chatroom</a>. If you find bugs, please report them to our <a href="http://code.google.com/p/evennia/issues/list">Issue tracker</a>. <a href="https://groups.google.com/forum/#!forum/evennia">mailing list</a> or to come say hi in the <a href="http://webchat.freenode.net/?channels=evennia">developer chatroom</a>. If you find bugs, please report them to our <a href="https://github.com/evennia/evennia/issues">Issue tracker</a>.
</p> </p>
</div> </div>