Skip to content

Commit 345cef0

Browse files
committed
Replace README link with absolute link so it will work when uploaded to PyPI
Also: - Fix casing of color when calling "set foreground color" in getting_started.md
1 parent 5d50825 commit 345cef0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Hello, Ada!
7575
Hello, Ada!
7676
```
7777

78-
[![Animated demonstration of the cmd2 quick-start application](docs/assets/cmd2-readme-demo.gif)](docs/assets/cmd2-readme-demo.gif)
78+
[![Animated demonstration of the cmd2 quick-start application](https://raw.githubusercontent.com/python-cmd2/cmd2/main/docs/assets/cmd2-readme-demo.gif)](https://raw.githubusercontent.com/python-cmd2/cmd2/main/docs/assets/cmd2-readme-demo.gif)
7979

8080
See the [getting started tutorial](https://cmd2.readthedocs.io/en/latest/examples/getting_started/)
8181
to build a more complete application.

docs/examples/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ against `fg_colors`. Use the built-in `set` command to inspect or change it:
9393

9494
```shell
9595
myapp> set foreground_color
96-
myapp> set foreground_color Red
96+
myapp> set foreground_color red
9797
```
9898

9999
The first command displays the current value. The second changes the color used by subsequent `echo`

0 commit comments

Comments
 (0)