Skip to content

Commit

Permalink
fix examples broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarcos committed Sep 2, 2023
1 parent 2c96406 commit 85dee13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ $ npm install react-to-pdf
## Examples

- [Code Sandbox demo](https://codesandbox.io/s/ancient-violet-sznj9q?file=/src/App.tsx)
- [Using `usePDF` hook](blob/main/examples/ExampleUsePDF.tsx)
- [Using default function](blob/main/examples/ExampleFunction.tsx)
- [Multipage support](blob/main/examples/ExampleMultipage.tsx)
- [Advanced options](blob/main/examples/ExampleAdvanced.tsx)
- [Using `usePDF` hook](https://github.com/ivmarcos/react-to-pdf/blob/main/examples/ExampleUsePDF.tsx)
- [Using default function](https://github.com/ivmarcos/react-to-pdf/blob/main/examples/ExampleFunction.tsx)
- [Multipage support](https://github.com/ivmarcos/react-to-pdf/blob/main/examples/ExampleMultipage.tsx)
- [Advanced options](https://github.com/ivmarcos/react-to-pdf/blob/main/examples/ExampleAdvanced.tsx)

## Usage

Expand Down

0 comments on commit 85dee13

Please sign in to comment.