Call-for-Code / Project-Sample

A basic GitHub repository example for new Call for Code submissions and those that join the Call for Code with The Linux Foundation initiative.
https://developer.ibm.com/callforcode/
Apache License 2.0
48 stars 473 forks source link

docs: fix broken links (ISSUES and PULL-REQUESTS) #56

Closed soobinrho closed 1 year ago

soobinrho commented 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 the doc 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)