Skip to content

Commit

Permalink
CONTRIBUTING.md: Fix link to man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed Apr 8, 2015
1 parent a0d3893 commit 2a6a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a6a35d

Please sign in to comment.