Skip to content

Commit 0442423

Browse files
committed
Fix typo
1 parent 02abbe9 commit 0442423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/configuring-links.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this guide, we will configure React Navigation to handle external links. This
1010
2. Enable URL integration in browser when using on web
1111
3. Use [`<Link />`](link.md) or [`useLinkTo`](use-link-to.md) to navigate using paths.
1212

13-
Make sure that you have [configured deep links](deep-links.md) in your app before proceeding. If you have an Android or iOS app, remember to specify the [`prefixes`](navigation-container.md#linkingprefixes) option.
13+
Make sure that you have [configured deep links](deep-linking.md) in your app before proceeding. If you have an Android or iOS app, remember to specify the [`prefixes`](navigation-container.md#linkingprefixes) option.
1414

1515
The `NavigationContainer` accepts a [`linking`](navigation-container.md#linking) prop that makes it easier to handle incoming links. The 2 of the most important properties you can specify in the `linking` prop are `prefixes` and `config`:
1616

0 commit comments

Comments
 (0)