Skip to content

Commit

Permalink
Change links to CodeSandbox in readme to point to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jul 21, 2022
1 parent 32af622 commit 663435c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 663435c

Please sign in to comment.