A basic GitHub repository example for new Call for Code submissions and those that join the Call for Code with The Linux Foundation initiative.
50
stars
497
forks
source link
docs: fix broken links (ISSUES and PULL-REQUESTS) #56
Closed
soobinrho closed 1 year ago
Cause of the problem
The two links in the
CONTRIBUTING.md
were giving a 404 redirection error. It turns out the problem was that the links were missing thedoc
directory.Fix
Change from: [issue](contributing/ISSUES.md) ... [pull requests](contributing/PULL-REQUESTS.md)
Change to: [issue](docs/contributing/ISSUES.md) ... [pull requests](docs/contributing/PULL-REQUESTS.md)