diff options
| author | Maxime Dénès | 2017-08-31 11:36:13 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-08-31 11:36:13 +0200 |
| commit | 4c737d0a3768353e025e3c371102b00485e0306d (patch) | |
| tree | a54216beee79393fcfb19167f42aeb49fae4d17b /CONTRIBUTING.md | |
| parent | 596f4f0ef2883f712bfe5d664a59912becb61a8d (diff) | |
| parent | 10335fd03793998f257a78fb36b975bce4db5578 (diff) | |
Merge PR #967: Update debugging
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84e60352ab..05f21895eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ If you want to minimize your bug (or help minimize someone else's) for more extr If you want to contribute a bug fix or feature yourself, pull requests on the [GitHub repository](https://github.com/coq/coq) are the way to contribute directly to the Coq implementation. We recommend you create a fork of the repository on GitHub and push your changes to a new "topic branch" in that fork. From there you can follow the [GitHub pull request documentation](https://help.github.com/articles/about-pull-requests/) to get your changes reviewed and pulled into the Coq source repository. -Documentation for getting started with the Coq sources is located in various files in [`dev/doc`](/dev/doc) (for example, [debugging.txt](/dev/doc/debugging.txt)). For further help with the Coq sources, feel free to join the [Coq Gitter chat](https://gitter.im/coq/coq) and ask questions. +Documentation for getting started with the Coq sources is located in various files in [`dev/doc`](/dev/doc) (for example, [debugging.md](/dev/doc/debugging.md)). For further help with the Coq sources, feel free to join the [Coq Gitter chat](https://gitter.im/coq/coq) and ask questions. Please make pull requests against the `master` branch. |
