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 'Categories' Section #379

Closed Sriparno08 closed 1 month ago

Sriparno08 commented 2 months ago

Category

Description

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

Step 1: Go to client/index.html Step 2: Find the following link under <section class="categories">...</section>

<a href="./git/" class="category-link">More</a>

Step 3: Change it to

<a href="./pages/learn-git-and-github/index.html" class="category-link">More</a>
AmirKarma commented 1 month ago

@Sriparno08 Can I have this issue?

Sriparno08 commented 1 month ago

Sure. You're assigned, @AmirKarma!