summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-06 19:35:00 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-06 19:35:00 -0400
commitff25451e1e2a14e6affe84f3c84b0be738c642a1 (patch)
tree0b37143845ef20b3e005e11d4f738060148ff942 /docs/examples
parent5bd8981e4eecd2799e7b49566ab89ad26cb40c02 (diff)
downloadcmd2-git-ff25451e1e2a14e6affe84f3c84b0be738c642a1.tar.gz
Fixed a couple links that I accidentally broke with my last commit
Diffstat (limited to 'docs/examples')
-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: