From c3474eb242fc81a94cdd22403cbc60408e21447d Mon Sep 17 00:00:00 2001 From: Seth Lemmons Date: Thu, 8 Mar 2018 16:09:55 -0700 Subject: [PATCH] Added blog links to Layouts / root readme --- 15-layouts/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/15-layouts/README.md b/15-layouts/README.md index 5452200..108b279 100644 --- a/15-layouts/README.md +++ b/15-layouts/README.md @@ -14,7 +14,7 @@ In the following examples we look at how to recreate many of the familiar layout ### Related Blog Article -*COMING SOON* +[Ext JS to React: Layouts](https://moduscreate.com/blog/ext-js-react-layouts/) diff --git a/README.md b/README.md index 7424760..52b5ff6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Below is an overview of the topics covered in the series (links will be updated - [Form Fields](https://moduscreate.com/blog/ext-js-react-form-fields/) *([code](./12-form-fields))* - [Form Validation](https://moduscreate.com/blog/ext-js-react-form-validations/) *([code](./13-form-validation))* - [Form Submission](https://moduscreate.com/blog/ext-js-react-form-submission/) *([code](./14-form-submission))* - - Layouts + - [Layouts](https://moduscreate.com/blog/ext-js-react-layouts/) *([code](./15-layouts))* - Button - *Containers* - Toolbar