Skip to content

Commit 2825082

Browse files
authored
docs: fix links (#73)
1 parent 940ddbc commit 2825082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/fundamentals/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ yarn add react-native-bundle-splitter
4646
# npm install react-native-bundle-splitter --save
4747
```
4848

49-
This module does not use any native (platform) dependencies and does not need to be linked. So installation process basically is finished. But you also need to enable `RAM bundles` feature in your application. To see how to do it, please read [the guide](./enabling-ram-bundle).
49+
This module does not use any native (platform) dependencies and does not need to be linked. So installation process basically is finished. But you also need to enable `RAM bundles` feature in your application. To see how to do it, please read [the guide](./enabling-lazy-bundle).
5050

5151
:::tip Minimal react-native version
5252
You need to use react-native 0.60 or higher, since feature with inline requires is available out-of-box only from this version.

docs/versioned_docs/version-3.x/fundamentals/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ yarn add react-native-bundle-splitter
4646
# npm install react-native-bundle-splitter --save
4747
```
4848

49-
This module does not use any native (platform) dependencies and does not need to be linked. So installation process basically is finished. But you also need to enable `RAM bundles` feature in your application. To see how to do it, please read [the guide](./enabling-ram-bundle).
49+
This module does not use any native (platform) dependencies and does not need to be linked. So installation process basically is finished. But you also need to enable `RAM bundles` feature in your application. To see how to do it, please read [the guide](./enabling-lazy-bundle).
5050

5151
:::tip Minimal react-native version
5252
You need to use react-native 0.60 or higher, since feature with inline requires is available out-of-box only from this version.

0 commit comments

Comments
 (0)