Sriparno08 / Openpedia

The Open Source Guide!
https://openpedia.netlify.app/
MIT License
77 stars 102 forks source link

Chore: Fix 'Contributing to Open Source' Link in Landing Page Footer #384

Closed Sriparno08 closed 2 months ago

Sriparno08 commented 2 months ago

Category

Description

We need to fix a broken link in the landing page footer that heads to the 'Contributing to Open Source' 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/contributing%20to%20opensource/" class="footer-links">Contributing to Open Source</a>

Step 3: Change it to

<a href="./pages/contributing-to-open-source/index.html" class="footer-links">Contributing to Open Source</a>