Fix broken link (#9351)

The contribution guidelines have a broken link to the documentation section. This fix uses the standard convention for the other links in this section.
This commit is contained in:
George Ehrhorn
2017-11-12 10:55:10 -05:00
committed by Hugh Willson
parent 70ffce52fc
commit b481194788

View File

@@ -11,7 +11,7 @@ Before we jump into detailed guidelines for opening and triaging issues and subm
There are many ways to contribute to the Meteor Project. Heres a list of technical contributions with increasing levels of involvement and required knowledge of Meteors code and operations.
- [Reporting a bug](CONTRIBUTING.md#reporting-a-bug-in-meteor)
- [Triaging issues](ISSUE_TRIAGE.md)
- [Contributing to documentation](https://github.com/meteor/docs/blob/master/CONTRIBUTING.md)
- [Contributing to documentation](CONTRIBUTING.md#documentation)
- [Finding work](CONTRIBUTING.md#finding-work)
- [Submitting pull requests](CONTRIBUTING.md#making-changes-to-meteor-core)
- [Reviewing pull requests](CONTRIBUTING.md#reviewer)