summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Hoad <mydeveloperday@gmail.com>2019-10-06 09:37:58 +0000
committerPaul Hoad <mydeveloperday@gmail.com>2019-10-06 09:37:58 +0000
commitd7f57aaefb1d8d3c483c2112ec6214f8ad5f8450 (patch)
tree7f2bf72da3d7f0e7ebcca9637b05e1ba81544a51 /docs
parent1805646477aea66b2763033a2a226aa1aef84d7e (diff)
downloadclang-d7f57aaefb1d8d3c483c2112ec6214f8ad5f8450.tar.gz
[clang-format][docs] Fix the Google C++ and Chromium style guide URLs
Summary: The Google C++ and Chromium style guides are broken in the clang-format docs. This patch updates them. Reviewers: djasper, MyDeveloperDay Reviewed By: MyDeveloperDay Subscribers: cfe-commits Tags: #clang Patch by: m4tx Differential Revision: https://reviews.llvm.org/D61256 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ClangFormatStyleOptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst
index 459805d312..3cd47d3c0a 100644
--- a/docs/ClangFormatStyleOptions.rst
+++ b/docs/ClangFormatStyleOptions.rst
@@ -141,7 +141,7 @@ the configuration (without a prefix: ``Auto``).
<https://google.github.io/styleguide/cppguide.html>`_
* ``Chromium``
A style complying with `Chromium's style guide
- <https://www.chromium.org/developers/coding-style>`_
+ <https://chromium.googlesource.com/chromium/src/+/master/styleguide/styleguide.md>`_
* ``Mozilla``
A style complying with `Mozilla's style guide
<https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style>`_