From 25eb703c8758563988ffb497a53f89a3ed345399 Mon Sep 17 00:00:00 2001 From: Christian Bundy Date: Thu, 9 Jan 2020 12:58:29 -0800 Subject: [PATCH] Docs: fix dead link in max-lines rule docs (#12766) --- docs/rules/max-lines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/max-lines.md b/docs/rules/max-lines.md index 616fa54e11d..0019e983650 100644 --- a/docs/rules/max-lines.md +++ b/docs/rules/max-lines.md @@ -110,7 +110,7 @@ You can turn this rule off if you are not concerned with the number of lines in ## Further reading -* [Software Module size and file size](http://www.mind2b.com/component/content/article/24-software-module-size-and-file-size) +* [Software Module size and file size](https://web.archive.org/web/20160725154648/http://www.mind2b.com/component/content/article/24-software-module-size-and-file-size) ## Related Rules