facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.34k stars 302 forks source link

Fix links in mobile nav #155

Open Daniel15 opened 4 years ago

Daniel15 commented 4 years ago

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