From 63780489440bd47adbebc1dda2d45e1974cef29b Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sat, 19 Dec 2020 23:34:56 +0100 Subject: [PATCH 1/4] docs: demo index broken link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc8794e..4f90fff 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ This is a demo of the [react-admin](https://github.com/marmelab/react-admin) lib React-admin usually requires a REST server to provide data. In this demo however, the REST server is simulated by the browser (using [FakeRest](https://github.com/marmelab/FakeRest)). -The source code is available in the main marmelab/react-admin repository, under [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo). To explore it, start with [src/index.js](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.js). +The source code is available in the main marmelab/react-admin repository, under [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo). To explore it, start with [src/index.tsx](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.tsx). This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/admin-on-rest-demo. You can find this production code [in the `gh-pages` branch](https://github.com/marmelab/react-admin-demo/tree/gh-pages) of this repository. From 9f42b2dcb9a20f5d1ab8a2cdcda0d95253f9308f Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 7 Feb 2023 14:44:54 +0100 Subject: [PATCH 2/4] Fix demo URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f90fff..5e11c9f 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ React-admin usually requires a REST server to provide data. In this demo however The source code is available in the main marmelab/react-admin repository, under [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo). To explore it, start with [src/index.tsx](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.tsx). -This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/admin-on-rest-demo. You can find this production code [in the `gh-pages` branch](https://github.com/marmelab/react-admin-demo/tree/gh-pages) of this repository. +This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/react-admin-demo. You can find this production code [in the `gh-pages` branch](https://github.com/marmelab/react-admin-demo/tree/gh-pages) of this repository. From d706a753b60e10fcd2ed82c15bd6154975bd54dd Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 2 Jul 2024 11:03:54 +0200 Subject: [PATCH 3/4] Fix image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e11c9f..4492893 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a demo of the [react-admin](https://github.com/marmelab/react-admin) library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at https://marmelab.com/react-admin-demo. -[![admin-on-rest-demo](https://camo.githubusercontent.com/8f45adbef8ce38b97bbf6e5492da0685d4d273d4/68747470733a2f2f6d61726d656c61622e636f6d2f72656163742d61646d696e2f696d672f72656163742d61646d696e2d64656d6f2d7374696c6c2e706e67)](https://vimeo.com/268958716) +[![admin-on-rest-demo](https://marmelab.com/react-admin/img/demo-ecommerce-oss.png)](https://vimeo.com/268958716) React-admin usually requires a REST server to provide data. In this demo however, the REST server is simulated by the browser (using [FakeRest](https://github.com/marmelab/FakeRest)). From 4dd8647786b8e30da0d9a7c41cac6addbfed2f68 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 2 Jul 2024 11:05:39 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4492893..f1773c7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # React-Admin Demo -This is a demo of the [react-admin](https://github.com/marmelab/react-admin) library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at https://marmelab.com/react-admin-demo. +This is a demo of the [react-admin](https://github.com/marmelab/react-admin) library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at [https://marmelab.com/react-admin-demo](https://marmelab.com/react-admin-demo). [![admin-on-rest-demo](https://marmelab.com/react-admin/img/demo-ecommerce-oss.png)](https://vimeo.com/268958716) React-admin usually requires a REST server to provide data. In this demo however, the REST server is simulated by the browser (using [FakeRest](https://github.com/marmelab/FakeRest)). -The source code is available in the main marmelab/react-admin repository, under [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo). To explore it, start with [src/index.tsx](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.tsx). +The source code is available in the main [marmelab/react-admin](https://github.com/marmelab/react-admin) repository, in the [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo) directory. To explore it, start with [src/index.tsx](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.tsx). This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/react-admin-demo. You can find this production code [in the `gh-pages` branch](https://github.com/marmelab/react-admin-demo/tree/gh-pages) of this repository.