Browse Source

Fix 'Google Style Guide' link

pull/698/head
Marvin Herman Froeder 6 years ago
parent
commit
d2175a907b
No known key found for this signature in database
GPG Key ID: FA136FFE483DF438
  1. 8
      CONTRIBUTING.md

8
CONTRIBUTING.md

@ -17,7 +17,7 @@ Pull requests eventually need to resolve to a single commit. The commit log shou @@ -17,7 +17,7 @@ Pull requests eventually need to resolve to a single commit. The commit log shou
* The unreleased minor version is often a good default.
## Code Style
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).
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).
## License
@ -30,13 +30,13 @@ If you are adding a new file it should have a header like this: @@ -30,13 +30,13 @@ If you are adding a new file it should have a header like this:
```
/**
* Copyright 2013 Netflix, Inc.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Loading…
Cancel
Save