From e637bfb35e7d9b1b0ae61ba84572bad22a575588 Mon Sep 17 00:00:00 2001 From: Sascha Klemenjak Date: Mon, 18 Jul 2016 22:31:30 +0200 Subject: [PATCH] Fix broken link to Google JavaScript Style Guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3901a3b7c..9a2c675307 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ include: ### Follow OpenLayers 3's coding style OpenLayers 3 follows [Google's JavaScript Style -Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml). +Guide](https://google.github.io/styleguide/javascriptguide.xml). This is checked using [ESLint](http://eslint.org/), you can run the linter locally on your machine before committing using the `lint` target: