version 1.2 almost out!
diff --git a/scripts/update_wandbox_link.py b/scripts/update_wandbox_link.py
index a175f18..52e545a 100644
--- a/scripts/update_wandbox_link.py
+++ b/scripts/update_wandbox_link.py
@@ -5,7 +5,7 @@
 
 # update main readme 'try it online' badge permalink
 print("updating main readme with up-to-date wandbox link")
-proc = subprocess.Popen('python send_to_wandbox.py ../doctest/ ' + "../examples/hello_world/main.cpp", stdout = subprocess.PIPE)
+proc = subprocess.Popen('python send_to_wandbox.py ../doctest/ ' + "../scripts/hello_world.cpp", stdout = subprocess.PIPE)
 url = proc.stdout.read().strip()
 
 readme_contents = ""