aboutsummaryrefslogtreecommitdiff
path: root/docs/clang-tidy/checks/modernize-pass-by-value.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clang-tidy/checks/modernize-pass-by-value.rst')
-rw-r--r--docs/clang-tidy/checks/modernize-pass-by-value.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clang-tidy/checks/modernize-pass-by-value.rst b/docs/clang-tidy/checks/modernize-pass-by-value.rst
index f49648d4..e538135a 100644
--- a/docs/clang-tidy/checks/modernize-pass-by-value.rst
+++ b/docs/clang-tidy/checks/modernize-pass-by-value.rst
@@ -144,7 +144,7 @@ Example:
+ C(std::string S) : S(std::move(S)) {}
};
-.. _Clang Compiler User’s Manual - Microsoft extensions: http://clang.llvm.org/docs/UsersManual.html#microsoft-extensions
+.. _Clang Compiler User’s Manual - Microsoft extensions: https://clang.llvm.org/docs/UsersManual.html#microsoft-extensions
.. seealso::