From e5b935ab50ac1134b7493a9360f18af3b26e02dd Mon Sep 17 00:00:00 2001 From: Ernst Mulders Date: Sat, 3 Mar 2018 17:44:55 +0100 Subject: [PATCH] docs(contributing): fix link for Annotating JavaScript for the Closure Compiler to up-to-date page. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5dd01f6b6cd..d8d02ebd00b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ We'd love your help! This doc covers how to become a contributor and submit code ## Follow the coding style -The `.eslintrc` file defines all. We use [JSDoc](http://usejsdoc.org/) along with [closure annotations](https://developers.google.com/closure/compiler/docs/js-for-compiler). Annotations are encouraged for all contributions. +The `.eslintrc` file defines all. We use [JSDoc](http://usejsdoc.org/) along with [closure annotations](https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler). Annotations are encouraged for all contributions. ## Pull request titles