diff options
Diffstat (limited to 'docs/LibFormat.rst')
-rw-r--r-- | docs/LibFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LibFormat.rst b/docs/LibFormat.rst index 2863a076edf46..889fbbac8c7a7 100644 --- a/docs/LibFormat.rst +++ b/docs/LibFormat.rst @@ -45,7 +45,7 @@ two style guides are hard-coded: .. code-block:: c++ /// Returns a format style complying with the LLVM coding standards: - /// http://llvm.org/docs/CodingStandards.html. + /// https://llvm.org/docs/CodingStandards.html. FormatStyle getLLVMStyle(); /// Returns a format style complying with Google's C++ style guide: |