summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-25 02:03:28 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-25 02:03:28 -0400
commit40ca5eb984577d199baaf2e905cc1f431533114a (patch)
treeb6debf4fa6ec781955f35c26964f842b8f6b0684 /README.md
parentadc0ce85d2a8d36ecd456caba364efe88a7537bf (diff)
parent60054580c387c7891000e019464210153d94df7f (diff)
downloadcmd2-git-40ca5eb984577d199baaf2e905cc1f431533114a.tar.gz
Merge branch 'master' into new_quoted_completion
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9c2aa1e..9ccb4d61 100755
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ Tutorials
A few tutorials on using cmd2 exist:
-* Florida PyCon 2017 talk: [slides](https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE)
+* Florida PyCon 2017 talk: [slides](https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE), [video](https://www.youtube.com/watch?v=6m0RdpITaeY)
* PyCon 2010 talk by Catherine Devlin, the original author: [video](http://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html)
* A nice brief step-by-step tutorial: [blog](https://kushaldas.in/posts/developing-command-line-interpreters-using-python-cmd2.html)