aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/LibFormat.rst
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/LibFormat.rst')
-rw-r--r--clang/docs/LibFormat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibFormat.rst b/clang/docs/LibFormat.rst
index 2863a076edf4..889fbbac8c7a 100644
--- a/clang/docs/LibFormat.rst
+++ b/clang/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: