diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-08 14:27:28 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-08 14:27:28 -0500 |
commit | 53aaee95bb3f9524d13853a7ac5575aedba260d4 (patch) | |
tree | 805b7adaf5faa57fe472692b7250764c4022b3e1 /docs | |
parent | d9f441befaabb96887b8ffd810b97e32d25dc27d (diff) | |
download | cmd2-git-53aaee95bb3f9524d13853a7ac5575aedba260d4.tar.gz |
Removed broken link from docs0.7.8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index d89f1d7e..dd410a44 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,8 +48,7 @@ Resources * `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>`_ -* PyCon 2010: `presentation <https://github.com/python-cmd2/cmd2/blob/master/docs/pycon2010/pycon2010.rst>`_, - `video <http://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html>`_ +* PyCon 2010: `video <http://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html>`_ These docs will refer to ``App`` as your ``cmd2.Cmd`` subclass, and ``app`` as an instance of ``App``. Of |