aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 19:19:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 19:19:00 +0300
commitc665e5d48c934054cb662adcc2b671bc30f246d0 (patch)
tree97f576a2b975aca55de34178db7095f559c9014f /_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md
parentadd .gitattributes (diff)
downloadjekyll-theme-c665e5d48c934054cb662adcc2b671bc30f246d0.tar.gz
jekyll-theme-c665e5d48c934054cb662adcc2b671bc30f246d0.zip
rename the project
Diffstat (limited to '')
-rw-r--r--_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md b/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md
index f5b7eca..39fd93a 100644
--- a/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md
+++ b/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md
@@ -15,7 +15,7 @@ Library implementation shipped with Microsoft Visual Studio 2012/2013.
This post, including code samples, is licenced under the terms of the MIT
License.
See
-[LICENSE.txt](https://github.com/egor-tensin/cpp_tips/blob/gh-pages/LICENSE.txt)
+[LICENSE.txt](https://github.com/egor-tensin/cpp-notes/blob/gh-pages/LICENSE.txt)
for details.
## Introduction
@@ -281,7 +281,7 @@ simple example above to misbehave.
The complete code sample to demonstrate the misbehaviour described above can be
found at
-[https://github.com/egor-tensin/cpp_tips/tree/gh-pages/src/posts/std_call_once_bug_in_visual_studio_2012_2013](https://github.com/egor-tensin/cpp_tips/tree/gh-pages/src/posts/std_call_once_bug_in_visual_studio_2012_2013).
+[https://github.com/egor-tensin/cpp-notes/tree/gh-pages/src/posts/std_call_once_bug_in_visual_studio_2012_2013](https://github.com/egor-tensin/cpp-notes/tree/gh-pages/src/posts/std_call_once_bug_in_visual_studio_2012_2013).
## Resolution