Skip to content

Commit e637bfb

Browse files
authored
Fix broken link to Google JavaScript Style Guide
1 parent 8a0f18d commit e637bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ include:
8080
### Follow OpenLayers 3's coding style
8181

8282
OpenLayers 3 follows [Google's JavaScript Style
83-
Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml).
83+
Guide](https://google.github.io/styleguide/javascriptguide.xml).
8484
This is checked using [ESLint](http://eslint.org/), you
8585
can run the linter locally on your machine before committing using the `lint`
8686
target:

0 commit comments

Comments
 (0)