From 663435cc979c384871dbac63c618856af0d507a8 Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Thu, 21 Jul 2022 19:04:17 +0200 Subject: [PATCH] Change links to CodeSandbox in readme to point to 3.x --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0127a77738..fb7b84b73a9 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,8 @@ React-admin is designed as a library of loosely coupled React components built o There are several examples inside the `examples` folder: -* `simple` ([CodeSandbox](https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple)): a simple application with posts, comments and users that we use for our e2e tests. -* `tutorial` ([CodeSandbox](https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/tutorial)): the application built while following the tutorial. +* `simple` ([CodeSandbox](https://codesandbox.io/s/github/marmelab/react-admin/tree/3.x/examples/simple)): a simple application with posts, comments and users that we use for our e2e tests. +* `tutorial` ([CodeSandbox](https://codesandbox.io/s/github/marmelab/react-admin/tree/3.x/examples/tutorial)): the application built while following the tutorial. * `demo`: ([Live](https://marmelab.com/react-admin-demo/)) A fictional poster shop admin, serving as the official react-admin demo. You can run those example applications by calling: