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 'Beginner-Friendly Repos' Link in Landing Page Footer #385

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 'Beginner-Friendly Repos' page.

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

<a href="./beginner-friendly-repo/index.html" class="footer-links">Beginner-Friendly Repos</a>

Step 3: Change it to

<a href="./pages/beginner-friendly-repos/index.html" class="footer-links">Beginner-Friendly Repos</a>
auroOra3 commented 4 months ago

Hey I could do this one as well :-)

Sriparno08 commented 4 months ago

Go on, @auroOra3!

Sriparno08 commented 4 months ago

Hey @auroOra3, are you still working on this issue? If you are, please open a PR!