From f9e553ce1b2a189e10ec91b9cb1968bb024d548e Mon Sep 17 00:00:00 2001 From: AnixPasBesoin Date: Thu, 20 Apr 2017 11:09:53 +0200 Subject: [PATCH] Corrected deadlink Corrected google jsguide link. --- 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).