Skip to content

Commit

Permalink
Use https links. (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky authored and vslashg committed Jan 13, 2020
1 parent 564001a commit a2e6ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions absl/base/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit a2e6ade

Please sign in to comment.