Merge "Fix Java code style references"
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 24 Sep 2021 10:10:11 +0000 (10:10 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 24 Sep 2021 10:10:11 +0000 (10:10 +0000)
docs/contributor-guides/coding-guidelines/coding-guidelines-java.rst

index 8b199007902a5cadcc5b0961269e695eda8d79ec..6b46b46a65b11a3225f49145e33e42124200e0cf 100644 (file)
@@ -367,9 +367,9 @@ Additional Resources
 -  ``Maven``:
    https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
 -  ``Eclipse``:
-   https://code.google.com/p/google-styleguide/source/browse/trunk/eclipse-java-google-style.xml
+   https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml
 -  ``IntelliJ``:
-   https://code.google.com/p/google-styleguide/source/browse/trunk/intellij-java-google-style.xml
+   https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml
 -  `How to set Checkstyle up in IntelliJ old wiki page <https://wiki-archive.opendaylight.org/view/How_to_set_Checkstyle_up_in_IntelliJ>`__
 
 PMD Copy/Paste Detection (CPD)