Fix Java code style references 02/97602/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Sep 2021 08:58:00 +0000 (10:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Sep 2021 08:58:00 +0000 (10:58 +0200)
code.google.com was migrated to github, update links.

Change-Id: I7dc1660e48df8d8d81c03b27ca75ac4d3331e92d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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)