Skip to content

Commit 9c28925

Browse files
author
Jacob Harris
authored
Merge pull request #100 from racehd/contributing-link-update
Update broken link in CONTRIBUTING.md
2 parents 9a7d950 + 237b9b0 commit 9c28925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Summary of our git branching model:
165165
- Use [PEP8](https://www.python.org/dev/peps/pep-0008/);
166166
- Write tests for your new features (please see "Tests" topic below);
167167
- Always remember that [commented code is dead
168-
code](https://www.codinghorror.com/blog/2008/07/coding-without-comments.html);
168+
code](https://blog.codinghorror.com/coding-without-comments/);
169169
- Name identifiers (variables, classes, functions, module names) with readable
170170
names (`x` is always wrong);
171171
- When manipulating strings, we prefer either [f-string

0 commit comments

Comments
 (0)