Skip to content

Commit f51cbb3

Browse files
committed
[RF.core] fix link to slides from my 2017 talk
1 parent 3088cf4 commit f51cbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21066,7 +21066,7 @@ This section contains materials that have been useful for presenting the core gu
2106621066
* [Our documents directory](https://github.com/isocpp/CppCoreGuidelines/tree/master/docs)
2106721067
* Stroustrup, Sutter, and Dos Reis: [A brief introduction to C++'s model for type- and resource-safety](https://www.stroustrup.com/resource-model.pdf). A paper with lots of examples.
2106821068
* Sergey Zubkov: [a Core Guidelines talk](https://www.youtube.com/watch?v=DyLwdl_6vmU)
21069-
and here are the [slides](http://2017.cppconf.ru/talks/sergey-zubkov). In Russian. 2017.
21069+
and here are the [slides](https://www.slideshare.net/slideshow/c-core-guidelines-72335317/72335317). In Russian. 2017.
2107021070
* Neil MacIntosh: [The Guideline Support Library: One Year Later](https://www.youtube.com/watch?v=_GhNnCuaEjo). CppCon 2016.
2107121071
* Bjarne Stroustrup: [Writing Good C++14](https://www.youtube.com/watch?v=1OEu9C51K2A). CppCon 2015 keynote.
2107221072
* Herb Sutter: [Writing Good C++14... By Default](https://www.youtube.com/watch?v=hEx5DNLWGgA). CppCon 2015 keynote.

0 commit comments

Comments
 (0)