diff options
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 7483d80..8a3977e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -82,7 +82,7 @@ <li><a href="#">External links</a> <ul class="sub_menu"> <li><a id="cuccLink" href="http://www.srcf.ucam.org/caving/wiki/Main_Page">CUCC website</a></li> - <li><a id="expoWebsiteLink" href="http://cucc.survex.com/expo">Expedition website</a></li> + <li><a id="expoWebsiteLink" href="http://expo.survex.com">Expedition website</a></li> </ul> </li> <li><a href="{% url frontpage %}">Troggle front page</a></li> |