Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/snapshots/hello-world.snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2 id="first-program">
The following image will illustrate by using Vim, the text editor I mentioned before, to create a new file, save it, and then run our program using Python:
</p>
<p>
<img alt='Animated image displaying "hello world"' src="./images/hello_world.svg"/>
<img alt='Animated image displaying "hello world"' src="/static/img/hello_world.svg"/>
</p>
<h2 id="conclusion">
Conclusion
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2020/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Save your work, and close the text editor. Open up a terminal application like P

The following image will illustrate by using Vim, the text editor I mentioned before, to create a new file, save it, and then run our program using Python:

![Animated image displaying "hello world"](./images/hello_world.svg)
![Animated image displaying "hello world"](/static/img/hello_world.svg)

## Conclusion

Expand Down
Loading