From 1993f625715325d2e419292bca4e49d90d0a1933 Mon Sep 17 00:00:00 2001 From: AliceIo <36081827+AliceIo@users.noreply.github.com> Date: Mon, 26 Nov 2018 19:22:55 -0600 Subject: [PATCH] Updated link to Google's Javascript Style Guide --- docs/spec/00_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/00_intro.md b/docs/spec/00_intro.md index 2aee675f..bb7c611b 100644 --- a/docs/spec/00_intro.md +++ b/docs/spec/00_intro.md @@ -53,7 +53,7 @@ optimization. ## API Style 1. All Lovefield API and source code must follow [Google JavaScript Style Guide - ](https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) + ](https://google.github.io/styleguide/jsguide.html) and pass Closure compiler compilation. This implies that all APIs and source code are annotated with [Closure-style annotations]( https://developers.google.com/closure/compiler/docs/js-for-compiler).