Sriparno08 / Openpedia

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

Chore: Fix 'Learn Git & GitHub' Link in Landing Page Footer #383

Closed Sriparno08 closed 1 month ago

Sriparno08 commented 2 months ago

Category

Description

We need to fix a broken link in the landing page footer that heads to the 'Learn Git & GitHub' page.

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

<a href="./git/index.html" class="footer-links">Learn Git & GitHub</a>

Step 3: Change it to

<a href="./pages/learn-git-and-github/index.html" class="footer-links">Learn Git & GitHub</a>
GuerkanD commented 1 month ago

Hey, I am a first timer. Can I take this issue?

Sriparno08 commented 1 month ago

Sure. You're assigned, @GuerkanD!