From 57b5ee65ecbaa8f03808a19a38841ddd9d569d5a Mon Sep 17 00:00:00 2001 From: SuciuCalin Date: Mon, 15 Oct 2018 22:50:24 +0300 Subject: [PATCH] fixed broken img link in `React from Scratch` section (#18717) --- client/src/pages/guide/english/react/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/react/index.md b/client/src/pages/guide/english/react/index.md index 7b9d69abfd..fb20fd3538 100644 --- a/client/src/pages/guide/english/react/index.md +++ b/client/src/pages/guide/english/react/index.md @@ -81,8 +81,9 @@ Chances are that if you are new to web development that setting up a development In this article we are going to look at how we can get started with React using only a text editor and a browser and nothing else. - + + Watch Video Here + ### 1 — Set Up Boiler Plate Code with Emmet