diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5a972824c..e0623523eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Here are a few things you can do that will increase the likelihood of your pull - Follow the [style guide][style] where possible. - Write tests. -- Update documentation as necessary. Commands have [man pages][./docs/man]. +- Update documentation as necessary. Commands have [man pages](./docs/man). - Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.