Skip to content

Commit df9745e

Browse files
authored
docs: fix example link (#871)
1 parent 8dbbd95 commit df9745e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const config: Config = {
153153
{ to: 'docs/doc-picker-api', label: 'Picker API', position: 'left' },
154154
{ to: 'docs/doc-viewer-api', label: 'Viewer API', position: 'left' },
155155
{
156-
to: 'https://github.com/react-native-documents/document-picker/tree/main/packages/example',
156+
to: 'https://github.com/react-native-documents/document-picker/tree/main/example',
157157
label: 'Example app',
158158
position: 'right',
159159
},

0 commit comments

Comments
 (0)