Skip to content

Commit

Permalink
Change url to image in readme to a relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed May 29, 2014
1 parent aacfb6f commit a7b3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ You can follow me on Twitter [@SamyPesse](https://twitter.com/SamyPesse) or supp

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.

[![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)
[![Screen](./preview.png)](./preview.png)

0 comments on commit a7b3d23

Please sign in to comment.