From a2e6adecc294dc4cd98cc285a9134ce58e0f2ad0 Mon Sep 17 00:00:00 2001 From: nlewycky Date: Mon, 13 Jan 2020 11:12:06 -0800 Subject: Use https links. (#586) --- absl/base/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/absl/base/macros.h b/absl/base/macros.h index 7565f02..547f93b 100644 --- a/absl/base/macros.h +++ b/absl/base/macros.h @@ -112,7 +112,7 @@ ABSL_NAMESPACE_END // when performing switch labels fall-through diagnostic // (`-Wimplicit-fallthrough`). See clang documentation on language extensions // for details: -// http://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough +// https://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough // // When used with unsupported compilers, the ABSL_FALLTHROUGH_INTENDED macro // has no effect on diagnostics. In any case this macro has no effect on runtime @@ -168,7 +168,7 @@ ABSL_NAMESPACE_END // Used on a function overload to trap bad calls: any call that matches the // overload will cause a compile-time error. This macro uses a clang-specific // "enable_if" attribute, as described at -// http://clang.llvm.org/docs/AttributeReference.html#enable-if +// https://clang.llvm.org/docs/AttributeReference.html#enable-if // // Overloads which use this macro should be bracketed by // `#ifdef ABSL_BAD_CALL_IF`. -- cgit v1.2.3