Skip to content

Commit f0260f4

Browse files
committed
Add links to React-PDF Wiki
Closes #634
1 parent c717fc1 commit f0260f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function MyApp() {
8080
}
8181
```
8282

83-
Check the [sample directory](https://github.com/wojtekmaj/react-pdf/tree/master/sample) in this repository for a full working example. For more examples and more advanced use cases, check [Recipes](https://github.com/wojtekmaj/react-pdf/wiki/Recipes) in React-PDF Wiki.
83+
Check the [sample directory](https://github.com/wojtekmaj/react-pdf/tree/master/sample) in this repository for a full working example. For more examples and more advanced use cases, check [Recipes](https://github.com/wojtekmaj/react-pdf/wiki/Recipes) in [React-PDF Wiki](https://github.com/wojtekmaj/react-pdf/wiki/).
8484

8585
### Enable PDF.js worker
8686

@@ -280,6 +280,10 @@ Displays an outline (table of contents). Should be placed inside `<Document />`.
280280
|onLoadError|Function called in case of an error while retrieving the outline.|n/a|`(error) => alert('Error while retrieving the outline! ' + error.message)`|
281281
|onLoadSuccess|Function called when the outline is successfully retrieved.|n/a|`(outline) => alert('The outline has been successfully retrieved.')`|
282282

283+
## Useful links
284+
285+
* [React-PDF Wiki](https://github.com/wojtekmaj/react-pdf/wiki/)
286+
283287
## License
284288

285289
The MIT License.

0 commit comments

Comments
 (0)