Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69de832

Browse files
committed
Replace invalid link to blogs.msdn.com
Replace with link to the same article on devblogs.microsoft.com. Unfortunately, blogs.msdn.com does not automatically redirect to the new location, making this replacement necessary.
1 parent 79bae0c commit 69de832

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/Likely Bugs/OO/NonVirtualDestructorInBaseClass.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Make sure that all classes with virtual functions also have a virtual destructor
3030
S. Meyers. <em>Effective C++ 3d ed.</em> pp 40-44. Addison-Wesley Professional, 2005.
3131
</li>
3232
<li>
33-
<a href="http://blogs.msdn.com/b/oldnewthing/archive/2004/05/07/127826.aspx">When should your destructor be virtual?</a>
33+
<a href="https://devblogs.microsoft.com/oldnewthing/20040507-00/?p=39443">When should your destructor be virtual?</a>
3434
</li>
3535

3636

cpp/ql/src/jsf/4.10 Classes/AV Rule 78.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Make sure that all classes with virtual functions also have a virtual destructor
3333
S. Meyers. <em>Effective C++ 3d ed.</em> pp 40-44. Addison-Wesley Professional, 2005.
3434
</li>
3535
<li>
36-
<a href="http://blogs.msdn.com/b/oldnewthing/archive/2004/05/07/127826.aspx">When should your destructor be virtual?</a>
36+
<a href="https://devblogs.microsoft.com/oldnewthing/20040507-00/?p=39443">When should your destructor be virtual?</a>
3737
</li>
3838

3939

0 commit comments

Comments
 (0)