summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/api/decorators.rst4
-rw-r--r--docs/features/completion.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/decorators.rst b/docs/api/decorators.rst
index 12ab62fa..e5ca4c7e 100644
--- a/docs/api/decorators.rst
+++ b/docs/api/decorators.rst
@@ -1,5 +1,5 @@
-Decorators
-==========
+cmd2.decorators
+===============
.. autofunction:: cmd2.decorators.with_argparser
diff --git a/docs/features/completion.rst b/docs/features/completion.rst
index 14a98caf..c8b0a813 100644
--- a/docs/features/completion.rst
+++ b/docs/features/completion.rst
@@ -36,8 +36,8 @@ similar to the following to your class which inherits from ``cmd2.Cmd``::
Tab Completion Using Argparse Decorators
----------------------------------------
-When using one the Argparse-based :ref:`api/decorators:Decorators`, ``cmd2``
-provides automatic tab-completion of flag names.
+When using one the Argparse-based :ref:`api/decorators:cmd2.decorators`,
+``cmd2`` provides automatic tab-completion of flag names.
Tab-completion of argument values can be configured by using one of five
parameters to ``argparse.ArgumentParser.add_argument()``