From cd0e842c0b86f64e66d71195c05d4e1e9fcf71bd Mon Sep 17 00:00:00 2001 From: sliw Date: Thu, 8 Mar 2018 22:14:53 +0800 Subject: [PATCH] Update the link of a broken image --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index f1e88ad..fc1f300 100644 --- a/docs/README.md +++ b/docs/README.md @@ -58,7 +58,7 @@ You should be seeing 3 code panes with the headings: **HTML**, **CSS** and *JS*. As soon as you paste the code, you should see the preview of your HTML in the white preview area. -![First code](/images/first-code.png) +![First code](images/first-code.png) This is a very simple web page we just made. Going forward, you might need to put CSS and JavaScript too. You can write them in their respective code panes and see instant preview.