Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fix(footer): link to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Dec 12, 2018
1 parent f51709b commit b904bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ion-row>
<ion-col sizeXs="6" sizeLg="3">
<h4>Fivethree</h4>
<a class="links" href="/getting-started" translate>common.get-started</a>
<a class="links" href="/fivethree/getting-started" translate>common.get-started</a>
<a class="links" href="https://fivethree.io/" translate>footer.about</a>
</ion-col>
<ion-col sizeXs="6" sizeLg="3">
Expand Down

0 comments on commit b904bce

Please sign in to comment.