Skip to content

Commit 237b9b0

Browse files
committed
Update broken link
1 parent 1a2044e commit 237b9b0

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)