From b582e8fee402e2c0063aae302cb224abd9ee5a35 Mon Sep 17 00:00:00 2001 From: Jiri Zajic Date: Fri, 12 Mar 2021 23:53:18 -0800 Subject: [PATCH] gd-ui-boilerplate - Update README.md --- gd-ui-boilerplate/README.md | 6 +++--- gd-ui-boilerplate/public/{screen1.png => home.png} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename gd-ui-boilerplate/public/{screen1.png => home.png} (100%) diff --git a/gd-ui-boilerplate/README.md b/gd-ui-boilerplate/README.md index 0b166ee5..7beb4301 100644 --- a/gd-ui-boilerplate/README.md +++ b/gd-ui-boilerplate/README.md @@ -1,6 +1,6 @@ # GoodData.UI Boilerplate App -This app follows steps from https://sdk.gooddata.com/gooddata-ui/docs/next/ht_create_your_first_visualization.html: +This app follows steps from https://sdk.gooddata.com/gooddata-ui/docs/ht_create_your_first_visualization.html: * It initializes create-react-app * It configures GoodData proxy @@ -39,8 +39,8 @@ This app is configured to run against https://developer.na.gooddata.com/. For ac ## Screnshots -![homepage](https://raw.githubusercontent.com/gooddata/ui-sdk-examples/master/gd-ui-boilerplate/public/screen1.png "Homepage") +![homepage](https://raw.githubusercontent.com/gooddata/ui-sdk-examples/master/gd-ui-boilerplate/public/home.png "Homepage") --- -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +This project was bootstrapped with [GoodData.UI Accelerator Toolkit](https://sdk.gooddata.com/gooddata-ui/docs/ht_create_your_first_visualization_toolkit.html). diff --git a/gd-ui-boilerplate/public/screen1.png b/gd-ui-boilerplate/public/home.png similarity index 100% rename from gd-ui-boilerplate/public/screen1.png rename to gd-ui-boilerplate/public/home.png