diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 04:56:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 04:56:29 +0300 |
commit | 2af0ad2f03b1703dcdc407e77c107e249446f5ae (patch) | |
tree | c5e964011ee52f9089a407b040dbca00189bea2d /_posts | |
parent | exclude unnecessary files from builds (diff) | |
download | jekyll-theme-2af0ad2f03b1703dcdc407e77c107e249446f5ae.tar.gz jekyll-theme-2af0ad2f03b1703dcdc407e77c107e249446f5ae.zip |
move post assets into proper subdirectories
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md | 2 |
1 files changed, 1 insertions, 1 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 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 |