Skip to content

Commit 7eaf3ca

Browse files
committed
doc adjustments
1 parent 3648f24 commit 7eaf3ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Deep Linking
22

3-
Before you can use `<DeepLinking/>` you need to set it up in your native app configuration.
3+
Before you can use `<DeepLinking/>` you need to set it up in your native app configuration. Please refer to the [React Native Docs](https://facebook.github.io/react-native/docs/linking.html).
4+
5+
We'll have a simpler guide here soon.
46

packages/react-router-website/modules/docs/Native.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export default {
8282
require('../../../react-router-native/docs/guides/quick-start.md'),
8383
require('../../../react-router-native/docs/guides/deep-linking.md'),
8484
require('../../../react-router-native/docs/guides/animation.md'),
85-
require('../../../react-router/docs/guides/redux.md'),
86-
require('../../../react-router/docs/guides/static-routes.md')
85+
require('../../../react-router/docs/guides/redux.md')
8786
]
8887
}

0 commit comments

Comments
 (0)