Skip to content

Commit 718843b

Browse files
committed
[chore] [Doc] Replace codesandbox links by stackblitz for issue reproduction
1 parent 0572a66 commit 718843b

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For code issues please include:
1616
* React-admin version
1717
* React version
1818
* Browser version
19-
* A code example or link to a repo, gist or running site. (hint: fork [this sandbox](https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple) to create a reproducible version of your bug)
19+
* A code example or link to a repo, gist or running site. (hint: fork [this sandbox](https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple) to create a reproducible version of your bug)
2020

2121
For visual or layout problems, images or animated gifs can help explain your issue.
2222
It's even better with a live reproduction test case.

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ about: Something isn't working as expected. Please tell us!
2121
**Related code:**
2222
<!-- If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means: -->
2323

24-
* Preferably, a CodeSandbox forked from
25-
- https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple (v4)
26-
- https://codesandbox.io/s/github/marmelab/react-admin/tree/3.x/examples/simple (v3)
27-
* A StackBlitz forked from
24+
* Preferably, a sandbox forked from
2825
- https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple (v4)
26+
- https://codesandbox.io/s/github/marmelab/react-admin/tree/3.x/examples/simple (v3)
2927
* A link to a GitHub repo with the minimal codebase to reproduce the issue
3028

3129

examples/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React-admin Simple Example
22

3-
This is the application we use for our end-to-end tests, and for reproducing bugs via CodeSandbox.
3+
This is the application we use for our end-to-end tests, and for reproducing bugs via [Stackblitz](https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple).
44

55
## How to run
66

packages/react-admin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ React-admin is designed as a library of loosely coupled React components built o
139139

140140
There are several examples inside the `examples` folder:
141141

142-
* `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.
142+
* `simple` ([Stackblitz](https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple)): a simple application with posts, comments and users that we use for our e2e tests.
143143
* `tutorial` ([CodeSandbox](https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/tutorial)): the application built while following the tutorial.
144144
* `demo`: ([Live](https://marmelab.com/react-admin-demo/)) A fictional poster shop admin, serving as the official react-admin demo.
145145

0 commit comments

Comments
 (0)