From beb57a9793ae9e063a89118d600a75c20e87a7bb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 06:53:13 +0300 Subject: std::call_once: fix a link It might seem like it's been broken since forever, but it's actually a consequence of my idiotic idea to completely rewrite this repository's history. One of the things I wanted to fix is I would like the code to reside in master. I did import it, but messed up the history completely as a result. --- _posts/2015-07-03-std-call-once-bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2015-07-03-std-call-once-bug.md') diff --git a/_posts/2015-07-03-std-call-once-bug.md b/_posts/2015-07-03-std-call-once-bug.md index 4b99bfd..569601e 100644 --- a/_posts/2015-07-03-std-call-once-bug.md +++ b/_posts/2015-07-03-std-call-once-bug.md @@ -252,7 +252,7 @@ simple example above to misbehave. The [complete code sample] to demonstrate the misbehaviour described above can be found in this blog's repository. -[complete code sample]: {{ site.github.repository_url }}/tree/gh-pages/src/posts/std_call_once_bug +[complete code sample]: {{ site.github.repository_url }}/tree/master/std_call_once_bug Resolution ---------- -- cgit v1.2.3