diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-26 09:37:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 09:37:22 -0400 |
commit | 982d2f2c2b91c04ecd2ba45dc2f6e1d26d77e4c1 (patch) | |
tree | a557a5198ca8173c901fa6f134b9650ec86910b0 | |
parent | dcd79f34466f0fa31734bbbcfcd0fb7b44bca98d (diff) | |
parent | caa8a7aa38eb2ab57a52bb9d5594e6d538d1cef5 (diff) | |
download | cmd2-git-982d2f2c2b91c04ecd2ba45dc2f6e1d26d77e4c1.tar.gz |
Merge pull request #546 from python-cmd2/fix-readme-link-in-contributing-md
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). -------------------------------------------------------------------------------- |