Skip to content

Commit a7b3d23

Browse files
committed
Change url to image in readme to a relative url
1 parent aacfb6f commit a7b3d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ You can follow me on Twitter [@SamyPesse](https://twitter.com/SamyPesse) or supp
1919

2020
The goal is to build a very simple UNIX-based operating system in C++, not just a "proof-of-concept". The OS should be able to boot, start a userland shell, and be extensible.
2121

22-
[![Screen](https://raw.github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/master/preview.png)](https://raw.github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/master/preview.png)
22+
[![Screen](./preview.png)](./preview.png)

0 commit comments

Comments
 (0)