Skip to content

Commit f6e057c

Browse files
authored
Merge pull request #8416 from raj-parekh/update-contributing
Correcting links for code standards
2 parents aba0c58 + e0b2136 commit f6e057c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ First, please have a look at and follow the [Pull Request Policy](https://github
2323
In order for a Pull Request to be considered, it has to meet these requirements:
2424

2525
1. Live up to the current code standard:
26-
- Not violate [DRY](http://programmer.97things.oreilly.com/wiki/index.php/Don%27t_Repeat_Yourself).
27-
- [Boy Scout Rule](http://programmer.97things.oreilly.com/wiki/index.php/The_Boy_Scout_Rule) should be applied.
26+
- Not violate [DRY](https://www.oreilly.com/library/view/97-things-every/9780596809515/ch30.html).
27+
- [Boy Scout Rule](https://www.oreilly.com/library/view/97-things-every/9780596809515/ch08.html) should be applied.
2828
2. Tests are of paramount importance.
2929
3. The code must be well documented in the project's standard documentation format (see the ‘Documentation’ section below).
3030

0 commit comments

Comments
 (0)