- fixed links in header.

- fixed link in faq.
This commit is contained in:
Eugene Serb 2022-08-12 17:40:50 +03:00
parent 35ea0420f2
commit b955c2a915
2 changed files with 4 additions and 4 deletions

View File

@ -10,13 +10,13 @@
<a href="/" target="_self" class="navigation__link">Home</a>
</li>
<li class="navigation__item">
<a href="/?faq" target="_self" class="navigation__link">FAQ</a>
<a href="/faq" target="_self" class="navigation__link">FAQ</a>
</li>
<li class="navigation__item">
<a href="/?about" target="_self" class="navigation__link">About</a>
<a href="/about" target="_self" class="navigation__link">About</a>
</li>
<li class="navigation__item">
<a href="/?donate" target="_self" class="navigation__link">Donate</a>
<a href="/donate" target="_self" class="navigation__link">Donate</a>
</li>
</ul>
</nav>

View File

@ -17,7 +17,7 @@
<div class="content-item">
<h2 class="content-item__header">Troubleshooting</h2>
<span>If you are having difficulty detecting a gamepad by the browser, you can use the utility </span>
<a href="https://wavelovers.ru/?diagnostic" target="_blank">Wavelovers Diagnostic</a><br /><br />
<a href="https://wavelovers.ru/diagnostic" target="_blank">Wavelovers Diagnostic</a><br /><br />
<dl>
<dt>The app does not see my device.</dt>
<dd>Make sure you have a chromium-based browser, then update the app and reconnect your device.</dd>