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

Closed Sriparno08 closed 4 months ago

Sriparno08 commented 5 months ago

Category

Description

We need to fix a broken link in the 'Categories' section of the landing page that heads to the 'Introduction to Open Source' page.

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

<a href="./Introduction-opensource/index.html" class="category-link">More</a>

Step 3: Change it to

<a href="./pages/introduction-to-open-source/index.html" class="category-link">More</a>
AmirKarma commented 4 months ago

@Sriparno08 could you assign this issue to me?

Sriparno08 commented 4 months ago

Sure. You're assigned, @AmirKarma!