summaryrefslogtreecommitdiff
path: root/docs/examples/first_app.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/first_app.rst')
-rw-r--r--docs/examples/first_app.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/examples/first_app.rst b/docs/examples/first_app.rst
index 970b5353..30854f81 100644
--- a/docs/examples/first_app.rst
+++ b/docs/examples/first_app.rst
@@ -6,14 +6,14 @@ First Application
Here's a quick walkthrough of a simple application which demonstrates 8
features of ``cmd2``:
-* Settings
-* Commands
-* Argument Parsing
-* Generating Output
-* Help
-* Shortcuts
-* Multiline Commands
-* History
+* :ref:`features/settings:Settings`
+* :ref:`features/commands:Commands`
+* :ref:`features/argument_processing:Argument Processing`
+* :ref:`features/generating_output:Generating Output`
+* :ref:`features/help:Help`
+* :ref:`features/shortcuts_aliases_macros:Shortcuts`
+* :ref:`features/multiline_commands:Multiline Commands`
+* :ref:`features/history:Command History`
If you don't want to type as we go, you can download the complete source for
this example.