Skip to content

Commit 92ef500

Browse files
committed
Update slides link for PyCon talk
1 parent b7144a4 commit 92ef500

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pycon-2016-talk.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Sorted Collections - PyCon 2016 Talk
22
===========================================
33

4-
* `Python Sorted Collections Video Recording on Youtube`_
4+
* `Python Sorted Collections Video`_
55
* `Python Sorted Collections Slides`_
66

77
Hello, I’m here today to talk about `Python sorted collections`_. I’m excited
@@ -388,8 +388,8 @@ including sorted ones.”
388388

389389
Thanks for letting me share.
390390

391-
.. _`Python Sorted Collections Video Recording on Youtube`: https://www.youtube.com/watch?v=7z2Ki44Vs4E
392-
.. _`Python Sorted Collections Slides`: http://bit.ly/soco-pycon
391+
.. _`Python Sorted Collections Video`: https://www.youtube.com/watch?v=7z2Ki44Vs4E
392+
.. _`Python Sorted Collections Slides`: https://grantjenks.com/talks/PyCon-2016-Python-Sorted-Collections.pdf
393393
.. _`Python sorted collections`: http://www.grantjenks.com/docs/sortedcontainers/
394394
.. _`heapq`: https://docs.python.org/3/library/heapq.html
395395
.. _`bisect`: https://docs.python.org/3/library/bisect.html

0 commit comments

Comments
 (0)