Sriparno08 / Openpedia

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

Chore: Fix 'Contributing to Open Source' Link in 'Categories' Section #380

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 'Contributing to Open Source' page.

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

<a href="./Contributing to Opensource/index.html" class="category-link">More</a>

Step 3: Change it to

<a href="./pages/contributing-to-open-source/index.html" class="category-link">More</a>
Akchhya commented 1 month ago

I would like to work on this issue and enter to the world of open source , Hope I'll !!

Sriparno08 commented 1 month ago

Surely, @Akchhya! You're assigned 👍