Skip to content

Commit 2605643

Browse files
committed
update links
1 parent d9e6d0d commit 2605643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install --save react-to-pdf
2525

2626
## Examples
2727

28-
- [Code Sandbox demo](https://codesandbox.io/s/ancient-violet-sznj9q?file=/src/App.tsx)
28+
- [Stackblitz demo](https://stackblitz.com/edit/vitejs-vite-sd71svw8?file=src%2FApp.tsxx)
2929
- [Using `usePDF` hook](https://github.com/ivmarcos/react-to-pdf/blob/main/examples/ExampleUsePDF.tsx)
3030
- [Using default function](https://github.com/ivmarcos/react-to-pdf/blob/main/examples/ExampleFunction.tsx)
3131
- [Multipage support](https://github.com/ivmarcos/react-to-pdf/blob/main/examples/ExampleMultipage.tsx)
@@ -50,7 +50,7 @@ const Component = () => {
5050
)
5151
}
5252
```
53-
[Code Sandbox demo](https://codesandbox.io/s/ancient-violet-sznj9q?file=/src/App.tsx)
53+
[Stackblitz demo](https://stackblitz.com/edit/vitejs-vite-sd71svw8?file=src%2FApp.tsx)
5454

5555

5656
**Using default function**
@@ -71,7 +71,7 @@ const Component = () => {
7171
)
7272
}
7373
```
74-
[Code Sandbox demo](https://codesandbox.io/s/condescending-danilo-5yj655?file=/src/App.tsx:0-644)
74+
[Stackblitz demo](https://stackblitz.com/edit/vitejs-vite-zmjvmgft?file=src%2FApp.tsx)
7575

7676
**Advanced options**
7777

@@ -128,4 +128,4 @@ const Component = () => {
128128
);
129129
}
130130
```
131-
[Code Sandbox demo](https://codesandbox.io/s/billowing-fog-lq4xj6?file=/src/App.tsx)
131+
[Stackblitz demo](https://stackblitz.com/edit/vitejs-vite-anpe7vdv?file=src%2FApp.tsx)

0 commit comments

Comments
 (0)