You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ without needing to create a fork.
44
44
45
45
## Best practices for coding
46
46
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.
48
48
2. Carefully read the pull request template and follow it closely.
49
49
3. Don't include AWS account identifiers or secret keys in your examples.
0 commit comments