Skip to content

Commit 76031dc

Browse files
committed
updating image on dev envs page to jpg from png
1 parent 00ca0b2 commit 76031dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

content/pages/02-development-environments/00-development-environments.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The text editor allows you to write the code. The runtime environment
1313
implementation such as [CPython](https://github.com/python/cpython)
1414
or [PyPy](https://pypy.org/) provides the method for executing your code.
1515

16-
<img src="/img/visuals/tmux-vim-editor.png" width="100%" alt="tmux plus Vim editor on a dark background." class="shot rnd outl">
16+
<img src="/img/visuals/tmux-vim-editor.jpg" width="100%" alt="tmux plus Vim editor on a dark background." class="shot rnd outl">
1717

1818
A text editor can be as simple as Notepad on Windows or more complicated
1919
as a complete integrated development environment (IDE) such as
246 KB
Loading

0 commit comments

Comments
 (0)