Update style guide URL.

BUG=none

Review URL: https://codereview.chromium.org/1473393002

Cr-Commit-Position: refs/heads/master@{#361431}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 6e481fe..4e1edcc6 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -64,8 +64,8 @@
 
 _INCLUDE_ORDER_WARNING = (
     'Your #include order seems to be broken. Remember to use the right '
-    'collation (LC_COLLATE=C) and check\nhttps://google-styleguide.googlecode'
-    '.com/svn/trunk/cppguide.html#Names_and_Order_of_Includes')
+    'collation (LC_COLLATE=C) and check\nhttps://google.github.io/styleguide/'
+    'cppguide.html#Names_and_Order_of_Includes')
 
 _BANNED_OBJC_FUNCTIONS = (
     (