[clang] 5ea9898 - [clang-format] [docs] Fix link to avoid redirection. NFC.

Marek Kurdej via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 19 05:23:16 PST 2022


Author: Marek Kurdej
Date: 2022-01-19T14:23:04+01:00
New Revision: 5ea98988c65bc50f23cedaf11ead9470f1141235

URL: https://github.com/llvm/llvm-project/commit/5ea98988c65bc50f23cedaf11ead9470f1141235
DIFF: https://github.com/llvm/llvm-project/commit/5ea98988c65bc50f23cedaf11ead9470f1141235.diff

LOG: [clang-format] [docs] Fix link to avoid redirection. NFC.

Added: 
    

Modified: 
    clang/docs/ClangFormatStyleOptions.rst
    clang/include/clang/Format/Format.h

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 8e2a7924063cd..76318e91cb203 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -2870,7 +2870,7 @@ the configuration (without a prefix: ``Auto``).
   readability to have the signature indented two levels and to use
   ``OuterScope``. The KJ style guide requires ``OuterScope``.
   `KJ style guide
-  <https://github.com/capnproto/capnproto/blob/master/kjdoc/style-guide.md>`_
+  <https://github.com/capnproto/capnproto/blob/master/style-guide.md>`_
 
   Possible values:
 

diff  --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h
index 0b5f74503d807..326e85305c8e7 100644
--- a/clang/include/clang/Format/Format.h
+++ b/clang/include/clang/Format/Format.h
@@ -2712,7 +2712,7 @@ struct FormatStyle {
   /// readability to have the signature indented two levels and to use
   /// ``OuterScope``. The KJ style guide requires ``OuterScope``.
   /// `KJ style guide
-  /// <https://github.com/capnproto/capnproto/blob/master/kjdoc/style-guide.md>`_
+  /// <https://github.com/capnproto/capnproto/blob/master/style-guide.md>`_
   /// \version 13
   LambdaBodyIndentationKind LambdaBodyIndentation;
 


        


More information about the cfe-commits mailing list