Browse Source

doc: Fix Google C++ Style Guide link.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367219 91177308-0d34-0410-b5e6-96231b3b80d8
Rafael Stahl 6 years ago
parent
commit
3bde7461dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ClangFormatStyleOptions.rst

+ 1 - 1
docs/ClangFormatStyleOptions.rst

@@ -138,7 +138,7 @@ the configuration (without a prefix: ``Auto``).
     <https://llvm.org/docs/CodingStandards.html>`_
     <https://llvm.org/docs/CodingStandards.html>`_
   * ``Google``
   * ``Google``
     A style complying with `Google's C++ style guide
     A style complying with `Google's C++ style guide
-    <http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml>`_
+    <https://google.github.io/styleguide/cppguide.html>`_
   * ``Chromium``
   * ``Chromium``
     A style complying with `Chromium's style guide
     A style complying with `Chromium's style guide
     <https://www.chromium.org/developers/coding-style>`_
     <https://www.chromium.org/developers/coding-style>`_