aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2019-01-26 22:41:07 +0100
committerSergio Martins <iamsergio@gmail.com>2019-01-27 18:51:28 +0000
commitb00c0e22db0361d08b6af26a8bafade5a0ec99be (patch)
tree65c1b5c87108d94537313f1f3c4c20abea733ee1
parent122651597130233a6e1a92c43ea13628cacdee3b (diff)
Update link in README-function-args-by-ref.md
The external link to TriviallyCopyable was outdated.
-rw-r--r--docs/checks/README-function-args-by-ref.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/checks/README-function-args-by-ref.md b/docs/checks/README-function-args-by-ref.md
index 4e2feefa..8f78b386 100644
--- a/docs/checks/README-function-args-by-ref.md
+++ b/docs/checks/README-function-args-by-ref.md
@@ -13,5 +13,5 @@ This check supports adding missing `&` or `const-&` with:
- [1] <http://www.macieira.org/blog/2012/02/the-value-of-passing-by-value/>
-- [2] <http://en.cppreference.com/w/cpp/concept/TriviallyCopyable>
+- [2] <https://en.cppreference.com/w/cpp/named_req/TriviallyCopyable>
- [3] <http://www.cplusplus.com/reference/type_traits/is_trivially_destructible/>