aws-samples / aws-serverless-webapp-workshop

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
https://serverlessland.com
Other
56 stars 152 forks source link

WildRydes Web Vue footer.vue component links are wrong #25

Open geseib opened 2 years ago

geseib commented 2 years ago

need to remove out the '.html' in the links /wild-rydes/src/components/footer.vue

       <ul>
          <li><a href="/">Home</a></li>
          <li><a href="unicorns">Meet the Unicorns</a></li>
          <li><a href="investors">Investors & Board of Directors</a></li>
          <li><a href="faq">FAQ</a></li>
          <li><a href="apply">Apply</a></li>
        </ul>