Skip to content

Commit 1e58a1a

Browse files
committed
Update http to https in clang-tidy check creation script.
We should be using https in URLs, so let's update add_new_check.py to reflect that.
1 parent 1efa997 commit 1e58a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/add_new_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def write_header(
109109
%(description)s
110110
///
111111
/// For the user-facing documentation see:
112-
/// http://clang.llvm.org/extra/clang-tidy/checks/%(module)s/%(check_name)s.html
112+
/// https://clang.llvm.org/extra/clang-tidy/checks/%(module)s/%(check_name)s.html
113113
class %(check_name_camel)s : public ClangTidyCheck {
114114
public:
115115
%(check_name_camel)s(StringRef Name, ClangTidyContext *Context)

0 commit comments

Comments
 (0)