Merge pull request #2425 from uilianries/hotfix/contributing-link

Fix docs link
This commit is contained in:
Daniel
2020-08-10 10:24:16 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ To contribute follow the next steps:
1. Comment in the corresponding issue that you want to contribute the package/fix proposed. If there is no open issue, we strongly suggest
to open one to gather feedback.
2. Check the [docs/how_to_add_packages.md](docs/how_to_add_packages.md) if are
2. Check the [how_to_add_packages.md](how_to_add_packages.md) if are
contributing for a new package.
3. Fork the [CCI repository](https://github.com/conan-io/conan-center-index) and create a `package/xxx` branch from the `master` branch and develop
your fix/packages as discussed in previous step.