summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-23 21:22:33 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-23 21:22:33 -0400
commite056174cb3404780adf1c2888b566ebf872d1708 (patch)
treec03ad8c0eb6b42aeaaf2030c97bea64a06bd4c56 /docs/index.rst
parent966d6a53e87147e2db9424c0f0060ca7e20e690f (diff)
downloadcmd2-git-e056174cb3404780adf1c2888b566ebf872d1708.tar.gz
Added link to video of Florida Pycon 2017 presentation on cmd2
Link added to both README and Resources section of Sphinx docs.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b034dafd..70b1b69a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -47,8 +47,7 @@ Resources
* cmd_
* `cmd2 project page`_
* `project bug tracker`_
-* Florida PyCon 2017: `slides <https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE>`_
-* PyOhio 2011: `video <https://archive.org/details/pyvideo_541___pyohio-2011-interactive-command-line-interpreters-with-cmd-and-cmd2>`_
+* Florida PyCon 2017: `slides <https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE>`_, `video <https://www.youtube.com/watch?v=6m0RdpITaeY>`_
These docs will refer to ``App`` as your ``cmd2.Cmd``
subclass, and ``app`` as an instance of ``App``. Of