Skip to content

Commit d2175a9

Browse files
committed
Fix 'Google Style Guide' link
1 parent 20a4ce4 commit d2175a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pull requests eventually need to resolve to a single commit. The commit log shou
1717
* The unreleased minor version is often a good default.
1818

1919
## Code Style
20-
When submitting code, please ensure you follow the [Google Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html). For example, you can format code with IntelliJ 13 using [this file](https://google.github.io/styleguide/intellij-java-google-style.xml) and with IntelliJ 15 using [this file](https://raw.githubusercontent.com/garukun/styleguide/add-intellij-15-java/intellij-15-java-google-style.xml).
20+
When submitting code, please ensure you follow the [Google Style Guide](https://google.github.io/styleguide/javaguide.html). For example, you can format code with IntelliJ 13 using [this file](https://google.github.io/styleguide/intellij-java-google-style.xml) and with IntelliJ 15 using [this file](https://raw.githubusercontent.com/garukun/styleguide/add-intellij-15-java/intellij-15-java-google-style.xml).
2121

2222
## License
2323

@@ -30,13 +30,13 @@ If you are adding a new file it should have a header like this:
3030
```
3131
/**
3232
* Copyright 2013 Netflix, Inc.
33-
*
33+
*
3434
* Licensed under the Apache License, Version 2.0 (the "License");
3535
* you may not use this file except in compliance with the License.
3636
* You may obtain a copy of the License at
37-
*
37+
*
3838
* http://www.apache.org/licenses/LICENSE-2.0
39-
*
39+
*
4040
* Unless required by applicable law or agreed to in writing, software
4141
* distributed under the License is distributed on an "AS IS" BASIS,
4242
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)