Sriparno08 / Openpedia

Openpedia provides a wealth of useful resources that enable you to become a seasoned open source contributor.
https://openpedia.netlify.app/
MIT License
87 stars 116 forks source link

Chore: Fix 'Frequently Asked Questions' Link in Landing Page Footer #387

Closed Sriparno08 closed 5 months ago

Sriparno08 commented 5 months ago

Category

Description

We need to fix a broken link in the landing page footer that heads to the 'Frequently Asked Questions' page.

Step 1: Go to client/components/footer.js Step 2: Find the following link under <div class="col">...</div>

<a href="https://openpedia.netlify.app/faq/" class="hover-link">Frequently Asked Questions</a>

Step 3: Change it to

<a href="./pages/frequently-asked-questions/index.html" class="hover-link">Frequently Asked Questions</a>