mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-25 20:05:31 +08:00
Fix incorrect links in README.md
multi-deployment-releases does not exist it seems to be called multi-deployment-testing now, but the links were incorrect.
This commit is contained in:
@@ -200,7 +200,7 @@ To let the CodePush runtime know which deployment it should query for updates ag
|
||||
|
||||

|
||||
|
||||
In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment releases](#multi-deployment-releases) docs below before actually moving your app's usage of CodePush into production.
|
||||
In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment testing](#multi-deployment-testing) docs below before actually moving your app's usage of CodePush into production.
|
||||
|
||||
## Android Setup
|
||||
|
||||
@@ -297,7 +297,7 @@ public class MainActivity extends ReactActivity {
|
||||
}
|
||||
```
|
||||
|
||||
In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment releases](#multi-deployment-releases) docs below before actually moving your app's usage of CodePush into production.
|
||||
In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment testing](#multi-deployment-testing) docs below before actually moving your app's usage of CodePush into production.
|
||||
|
||||
## Windows Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user