CC-2992: 404 "Help" link doesnt work

Somehow my last change disappeared...submit again
This commit is contained in:
Yuchen Wang 2011-11-15 16:37:41 -05:00
parent e257c1043a
commit 46a87ea534
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<h2>Page not found!</h2>
<p>Looks like the page you were looking for doesn't exist!</p>
<div class="button-bar">
<a class="toggle-button" href="dashboard/help">Help</a>
<a class="toggle-button" href="<?php echo $this->baseUrl('dashboard/help'); ?>">Help</a>
</div>
</div>
</body>