diff options
| author | Evgeniy Vasilev <aquilax@gmail.com> | 2022-01-26 21:29:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-26 15:29:47 -0500 |
| commit | de5cd40c388517e558cf74dbec61c64e8ad6ca75 (patch) | |
| tree | ad5349f854e3674adadec1714b864ff0c6ee18dc | |
| parent | ebd617905609bed53447f44ef600fde5e8a66638 (diff) | |
| download | cmd2-git-de5cd40c388517e558cf74dbec61c64e8ad6ca75.tar.gz | |
Updates cmd2 External Test Plugin URL (#1193)
Co-authored-by: Todd Leonhardt <todd.leonhardt@gmail.com>
| -rw-r--r-- | docs/plugins/external_test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/external_test.rst b/docs/plugins/external_test.rst index ac0026c6..8427a8be 100644 --- a/docs/plugins/external_test.rst +++ b/docs/plugins/external_test.rst @@ -5,7 +5,7 @@ Overview ~~~~~~~~ .. _cmd2_external_test_plugin: - https://github.com/python-cmd2/cmd2/tree/cmdset_settables/plugins/ext_test + https://github.com/python-cmd2/cmd2/tree/master/plugins/ext_test The `External Test Plugin <cmd2_external_test_plugin_>`_ supports testing of a cmd2 application by exposing access cmd2 commands with the same context as from within a cmd2 :ref:`Python Scripts <scripting-python-scripts>`. This interface |
