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 'Introduction to Open Source' Link in Landing Page Footer #382

Closed Sriparno08 closed 4 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 'Introduction 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="./Introduction-opensource/index.html" class="footer-links">Introduction to Open Source</a>

Step 3: Change it to

<a href="./pages/introduction-to-open-source/index.html" class="footer-links">Introduction to Open Source</a>
pratham2402 commented 4 months ago

Hey! I can solve this issue. Can you assign it to me?

Sriparno08 commented 4 months ago

Sure. You're assigned!