Skip to content

Commit 3441397

Browse files
authored
Update CONTRIBUTING.md (#7196)
Updated DRY and SOLID principles to Wikipedia entry instead of DigitalOcean (competing service provider) article.
1 parent 010dac0 commit 3441397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ without needing to create a fork.
4444

4545
## Best practices for coding
4646
1. Follow [coding best practices](https://en.wikipedia.org/wiki/Coding_best_practices) such
47-
as [DRY](https://www.digitalocean.com/community/tutorials/what-is-dry-development) and [SOLID](https://www.digitalocean.com/community/conceptual-articles/s-o-l-i-d-the-first-five-principles-of-object-oriented-design) where possible.
47+
as [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and [SOLID](https://en.wikipedia.org/wiki/SOLID) where possible.
4848
2. Carefully read the pull request template and follow it closely.
4949
3. Don't include AWS account identifiers or secret keys in your examples.
5050

0 commit comments

Comments
 (0)