Skip to content

Commit 18b5b7b

Browse files
authored
PR #1677 - change title to make it unambiguous as well as more positive and action-oriented (#1679)
Changed title of one page in documentation from "Migrating From cmd" to "Upgrading from cmd to cmd2"
1 parent dc266d8 commit 18b5b7b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/migrating/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Migrating From cmd
1+
# Upgrading from cmd to cmd2
22

3-
If you're thinking of migrating your [cmd](https://docs.python.org/3/library/cmd.html) app to
4-
`cmd2`, this section will help you decide if it's right for your app, and show you how to do it.
3+
If you're thinking of upgrading your [cmd](https://docs.python.org/3/library/cmd.html) app to be
4+
based on `cmd2`, this section will help you decide if it's right for your app, and show you how to
5+
do it.
56

67
- [Why cmd2](why.md) - we try and convince you to use `cmd2` instead of
78
[cmd](https://docs.python.org/3/library/cmd.html)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ nav:
147147
- overview/integrating.md
148148
- overview/alternatives.md
149149
- overview/resources.md
150-
- Migrating From cmd:
150+
- Upgrading from cmd to cmd2:
151151
- migrating/index.md
152152
- migrating/why.md
153153
- migrating/incompatibilities.md

0 commit comments

Comments
 (0)