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

This commit is contained in:
Marek Kurdej 2022-01-19 14:16:14 +01:00
parent ca27b026f9
commit 5ea98988c6
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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;