From ff25451e1e2a14e6affe84f3c84b0be738c642a1 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 6 Jul 2019 19:35:00 -0400 Subject: Fixed a couple links that I accidentally broke with my last commit --- docs/examples/first_app.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples') 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: -- cgit v1.2.1