diff options
| -rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 74648652cea..07b3792b2f8 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -138,7 +138,7 @@ the configuration (without a prefix: ``Auto``). <https://llvm.org/docs/CodingStandards.html>`_ * ``Google`` 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`` A style complying with `Chromium's style guide <https://www.chromium.org/developers/coding-style>`_ |

