From 2af0ad2f03b1703dcdc407e77c107e249446f5ae Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 8 Mar 2016 04:56:29 +0300 Subject: move post assets into proper subdirectories --- _posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a079af0..f5b7eca 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 @@ -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/std_call_once_bug_in_visual_studio_2012_2013](https://github.com/egor-tensin/cpp_tips/tree/gh-pages/src/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_tips/tree/gh-pages/src/posts/std_call_once_bug_in_visual_studio_2012_2013). ## Resolution -- cgit v1.2.3