doc: Fix Google C++ Style Guide link.

llvm-svn: 367219
This commit is contained in:
Rafael Stahl 2019-07-29 11:00:23 +00:00
parent dcb7532479
commit 0e074fa0fc
1 changed files with 1 additions and 1 deletions

View File

@ -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>`_