summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2019-07-06 17:36:49 -0600
committerkotfu <kotfu@kotfu.net>2019-07-06 17:36:49 -0600
commit0ae0567c48c0519cbecca8448df0caa32f530906 (patch)
treefe93e18257514efc25e8539d5005af34ef4dcd3b
parentda641679316431c6e8cfde85bd33430272d51330 (diff)
parentff25451e1e2a14e6affe84f3c84b0be738c642a1 (diff)
downloadcmd2-git-0ae0567c48c0519cbecca8448df0caa32f530906.tar.gz
Merge branch 'docstructure' of github.com:python-cmd2/cmd2 into docstructure
-rw-r--r--docs/examples/first_app.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/first_app.rst b/docs/examples/first_app.rst
index 30854f81..ef8e97dc 100644
--- a/docs/examples/first_app.rst
+++ b/docs/examples/first_app.rst
@@ -13,7 +13,7 @@ features of ``cmd2``:
* :ref:`features/help:Help`
* :ref:`features/shortcuts_aliases_macros:Shortcuts`
* :ref:`features/multiline_commands:Multiline Commands`
-* :ref:`features/history:Command History`
+* :ref:`features/history:History`
If you don't want to type as we go, you can download the complete source for
this example.
@@ -278,7 +278,7 @@ History
you don't need to do anything to enable this functionality, you get it for
free. If you want the history of commands to persist between invocations of
your application, you'll need to do a little work. The
-:ref:`features/history:Command History` page has all the details.
+:ref:`features/history:History` page has all the details.
Users can access command history using two methods: