- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 93.7k
 
Open
Labels
Description
🐞 Problem
In CONTRIBUTING.md , inside of the .github folder, all of the links in the "Name in English" column are broken, and lead to a "404 - page not found" page. This is happening because the file paths are relative. For example, the link to the Norwegian README file looks like this: ../main/docs/translations/README.no.md. So, it goes up one folder level from .github to the root folder, which is the main folder.
The correct URL is this: https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md
🎯 Goal
To fix all of the broken links.
💡 Solution
Change all links to their absolute paths in the "Name in English" column.
For example
../main/docs/translations/README.no.md
becomes
https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.no.md
📋 Steps to solve the problem
- Comment below about what you've started working on.
 - Add, commit, push your changes.
 - Submit a pull request and add this in comments - 
Addresses #<put issue number here> - Ask for reviews in comments section of pull request.
 - Celebrate your contribution to this project. 🎉