From b787d975de2955cd56ab858a1a16f30d7aed0d6c Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Wed, 3 Mar 2021 11:38:36 +0000 Subject: [PATCH] Fix screenshots urls --- subjects/bring-it-to-life/README.md | 2 +- subjects/class-that/README.md | 2 +- subjects/nesting-organs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/bring-it-to-life/README.md b/subjects/bring-it-to-life/README.md index 40e7f43c..d113d228 100644 --- a/subjects/bring-it-to-life/README.md +++ b/subjects/bring-it-to-life/README.md @@ -22,7 +22,7 @@ Reload the page - it's alive! Your JS brain has control and orders your HTML/CSS ### Expected output This is what you should see in the browser: -![](bring-it-to-life.png) +![](https://github.com/01-edu/public/raw/master/subjects/bring-it-to-life/bring-it-to-life.png) ### Notions diff --git a/subjects/class-that/README.md b/subjects/class-that/README.md index 9df716ba..97731438 100644 --- a/subjects/class-that/README.md +++ b/subjects/class-that/README.md @@ -23,7 +23,7 @@ Note that you can attribute several classes to a same element ; create the class ### Expected output This is what you should see in the browser: -![](class-that.png) +![](https://github.com/01-edu/public/raw/master/subjects/class-that/class-that.png) ### Notions diff --git a/subjects/nesting-organs/README.md b/subjects/nesting-organs/README.md index 679a7092..c17fdadb 100644 --- a/subjects/nesting-organs/README.md +++ b/subjects/nesting-organs/README.md @@ -55,7 +55,7 @@ p { ### Expected output This is what you should see in the browser: -![](nesting-organs.png) +![](https://github.com/01-edu/public/raw/master/subjects/nesting-organs/nesting-organs.png) ### Notions