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">
<!--span class="doNotDisplay">Navigation:</span-->
<a href="/">Home</a> |
<a href="http://code.evennia.com/">About</a> |
<a href="http://code.google.com/p/evennia/wiki/Index">Documentation</a> |
<a href="https://github.com/evennia/evennia/wiki/Evennia-Introduction/">About</a> |
<a href="https://github.com/evennia/evennia/wiki">Documentation</a> |
<a href="/admin/">Admin Interface</a>
{% if webclient_enabled %}
| <a href="/webclient">Play Online</a>