aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rw-r--r--_posts/2015-07-03-std-call-once-bug.md2
1 files changed, 1 insertions, 1 deletions
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
----------