From da2ce3a5f0b5a482417e85398ba4915fcee8adfa Mon Sep 17 00:00:00 2001 From: Rahul Roy Date: Fri, 8 Feb 2019 15:53:28 +0530 Subject: [PATCH] fixed broken links in readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5c8afe1e..3cc4abe9 100644 --- a/Readme.md +++ b/Readme.md @@ -921,8 +921,8 @@ before(function() { When contributing, follow the simple rules: -* Don't violate [DRY](http://programmer.97things.oreilly.com/wiki/index.php/Don%27t_Repeat_Yourself) principles. -* [Boy Scout Rule](http://programmer.97things.oreilly.com/wiki/index.php/The_Boy_Scout_Rule) needs to have been applied. +* Don't violate [DRY](http://web.archive.org/web/20171110024609/http://programmer.97things.oreilly.com/wiki/index.php/Don't_Repeat_Yourself) principles. +* [Boy Scout Rule](http://web.archive.org/web/20171010053344/http://programmer.97things.oreilly.com/wiki/index.php/97_Things_Every_Programmer_Should_Know) needs to have been applied. * Your code should look like all the other code – this project should look like it was written by one person, always. * If you want to propose something – just create an issue and describe your question with as much description as you can. * If you think you have some general improvement, consider creating a pull request with it.