8000 Link to rule of zero article fixed. · windoro/cppbestpractices@e3e136e · GitHub
[go: up one dir, main page]

Skip to content

Commit e3e136e

Browse files
committed
Link to rule of zero article fixed.
1 parent 0812762 commit e3e136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-Style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,5 @@ The Rule of Zero states that you do not provide any of the functions that the co
384384
385385
The goal is to let the compiler provide optimal versions that are automatically maintained when more member variables are added.
386386
387-
The [original article](http://flamingdangerzone.com/cxx11/rule-of-zero/) provides the background, while a [follow up article](http://www.nirfriedman.com/2015/06/27/cpp-rule-of-zero/) explains techniques for implementing nearly 100% of the time.
387+
The [original article](https://rmf.io/cxx11/rule-of-zero) provides the background, while a [follow up article](http://www.nirfriedman.com/2015/06/27/cpp-rule-of-zero/) explains techniques for implementing nearly 100% of the time.
388388

0 commit comments

Comments
 (0)
0