Skip to content

Commit 606aa50

Browse files
committed
Updated Google Tracer tool link since former was deprecated/broken
1 parent cef9f59 commit 606aa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scope & closures/apB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ Secondly, IIFE is not a fair apples-to-apples comparison with `try/catch`, becau
118118

119119
The question really becomes: do you want block-scoping, or not. If you do, these tools provide you that option. If not, keep using `var` and go on about your coding!
120120

121-
[^note-traceur]: [Google Traceur](http://traceur-compiler.googlecode.com/git/demo/repl.html)
121+
[^note-traceur]: [Google Traceur](http://google.github.io/traceur-compiler/demo/repl.html)
122122

123123
[^note-let_er]\: [let-er](https://github.com/getify/let-er)

0 commit comments

Comments
 (0)