From a7b3d2322905e50c78b3822464eac2512da91c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 30 May 2014 00:26:19 +0200 Subject: [PATCH] Change url to image in readme to a relative url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4597f6..3f59171 100644 --- a/README.md +++ b/README.md @@ -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)