diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2018-11-04 17:02:00 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2018-11-04 17:02:00 +0000 |
commit | bc5c3f57277f8851c95ebc95d7fe203c8480c99c (patch) | |
tree | b07ad4b2328ec8f29e6a1752224bae5adb28fc99 /clang/docs/LibFormat.rst | |
parent | a0a44e9c786790e24b88e931df5633e959159b9e (diff) | |
download | bcm5719-llvm-bc5c3f57277f8851c95ebc95d7fe203c8480c99c.tar.gz bcm5719-llvm-bc5c3f57277f8851c95ebc95d7fe203c8480c99c.zip |
Update our URLs in clang doc to use https
llvm-svn: 346101
Diffstat (limited to 'clang/docs/LibFormat.rst')
-rw-r--r-- | clang/docs/LibFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibFormat.rst b/clang/docs/LibFormat.rst index 2863a076edf..889fbbac8c7 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: |