From c970a87dfa7a7180577c9bb1161ba9db91f76f4c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 24 Oct 2016 11:06:43 -0700 Subject: [PATCH] code-style: Fix broken links to anti for-in styleguides. These two pages were moved over the last few years. --- docs/code-style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/code-style.md b/docs/code-style.md index ca3ca630b2..479bf6e312 100644 --- a/docs/code-style.md +++ b/docs/code-style.md @@ -138,8 +138,8 @@ confusion, declare all variables at the top of a function. Don't use it: [[1]](http://stackoverflow.com/questions/500504/javascript-for-in-with-arrays), -[[2]](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml#for-in_loop), -[[3]](http://www.jslint.com/lint.html#forin) +[[2]](https://google.github.io/styleguide/javascriptguide.xml#for-in_loop), +[[3]](http://www.jslint.com/help.html#forin) ### jQuery global state