Skip to content

Commit c31d3c6

Browse files
authored
Merge pull request #232 from PSPDFKit/rad/fix-broken-link
Fix broken link in the README
2 parents d7157d5 + 53c4396 commit c31d3c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Using this approach, you have more flexibility over how a document is presented
174174
The layout is completely flexible, and can be adjust with flexbox.
175175
Note that you still need to set your license key with the Native Module.
176176

177-
For all the `props` that you can pass to `PSPDFKitView`, have a look at the [source documentation](./js/index.js)
177+
For all the `props` that you can pass to `PSPDFKitView`, have a look at the [source documentation](./index.js).
178178

179179
This is how you would show a PDF as a React component:
180180

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.23.15",
3+
"version": "1.23.16",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Catalog",
3-
"version": "1.23.15",
3+
"version": "1.23.16",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"

0 commit comments

Comments
 (0)