Update URLs to new Raymond Hettinger sites.
David Blume

David Blume commited on 2020-12-27 10:13:03
Showing 2 changed files, with 2 additions and 2 deletions.

... ...
@@ -1,5 +1,5 @@
1 1
 #!/usr/bin/env python
2
-# From https://dl.dropboxusercontent.com/u/3967849/pyru/_build/html/threading.html
2
+# From https://pybay.com/site_media/slides/raymond2017-keynote/threading.html
3 3
 from __future__ import print_function
4 4
 import threading, Queue
5 5
 
... ...
@@ -1,5 +1,5 @@
1 1
 #!/usr/bin/env python
2
-# https://dl.dropboxusercontent.com/u/3967849/pyru/_build/html/process.html
2
+# https://pybay.com/site_media/slides/raymond2017-keynote/process.html
3 3
 from __future__ import print_function
4 4
 import urllib
5 5
 
6 6