Merge pull request #153 from robbieaverill/hotfix/incorrect-logo-url

FIX Incorrect URL in mobile header
This commit is contained in:
Stig Lindqvist 2016-12-06 16:38:42 +13:00 committed by GitHub
commit 139a667f19
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div id="masthead" <% if Versions %>class="has_versions"<% end_if %>>
<div class="wrapper">
<div class="menu-bar">
<a class="logo" href="https://userhelp.silverstripe.org/"></a>
<a class="logo" href="https://docs.silverstripe.org/"></a>
<a class="menu-open">
<%t DocumentationViewer.MENU "Menu" %>
</a>