Skip to content

Commit

Permalink
Update footer to include why k6 - white paper
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Feb 25, 2021
1 parent 4324c6c commit 1325c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/blocks/footer/footer.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ export const Footer = () => (
<li className={styles.navColumnItem}>
<a
className={styles.navColumnLink}
href={`${main}/unit-testing-for-performance`}
href={`${main}/deliver-fast-and-reliable-digital-experiences-with-k6`}
>
Unit testing for performance
Not a developer. Why k6?
</a>
</li>
<li className={styles.navColumnItem}>
<a
className={styles.navColumnLink}
href={`${main}/what-to-consider-when-building-or-buying-a-load-testing-solution`}
>
White Paper
Build vs Buy
</a>
</li>
</ul>
Expand Down

0 comments on commit 1325c49

Please sign in to comment.