diff options
author | Lance Starr <43422383+lancestarr@users.noreply.github.com> | 2018-09-26 09:26:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 09:26:26 -0400 |
commit | caa8a7aa38eb2ab57a52bb9d5594e6d538d1cef5 (patch) | |
tree | a557a5198ca8173c901fa6f134b9650ec86910b0 | |
parent | dcd79f34466f0fa31734bbbcfcd0fb7b44bca98d (diff) | |
download | cmd2-git-caa8a7aa38eb2ab57a52bb9d5594e6d538d1cef5.tar.gz |
Fix README.md link in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4de4fd4..5ba66b14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Remember to feel free to ask for help by leaving a comment within the Issue. Working on your first pull request? You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github). -###### If you've found a bug that is not on the board, [follow these steps](Readme.md#found-a-bug). +###### If you've found a bug that is not on the board, [follow these steps](README.md#found-a-bug). -------------------------------------------------------------------------------- |