Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Fix links in mobile nav #155

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

Daniel15
Copy link

These links are broken on the mobile site layout:

  <nav class="slidingNav">
    <ul>
      
      <li class="navItem">
        <a href="/docs/">Documentation</a>
      </li>
      
      <li class="navItem">
        <a href="/roadmap">Roadmap</a>
      </li>
      
      <li class="navItem">
        <a href="/faq">FAQ</a>
      </li>

They should be /Keyframes/docs/, etc.

Use relative_url so the URLs render properly

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants