Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ff92f4a

Browse files
ankurd1Richard Hua
authored andcommitted
README.md: Fix broken links to api-js (#752)
1 parent 4aee947 commit ff92f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class MyApp extends Component {
149149
MyApp = codePush(codePushOptions)(MyApp);
150150
```
151151

152-
Alternatively, if you want fine-grained control over when the check happens (e.g. a button press or timer interval), you can call [`CodePush.sync()`](docs/api-js#codepushsync) at any time with your desired `SyncOptions`, and optionally turn off CodePush's automatic checking by specifying a manual `checkFrequency`:
152+
Alternatively, if you want fine-grained control over when the check happens (e.g. a button press or timer interval), you can call [`CodePush.sync()`](docs/api-js.md#codepushsync) at any time with your desired `SyncOptions`, and optionally turn off CodePush's automatic checking by specifying a manual `checkFrequency`:
153153
154154
```javascript
155155
let codePushOptions = { checkFrequency: codePush.CheckFrequency.MANUAL };
@@ -174,7 +174,7 @@ class MyApp extends Component {
174174
MyApp = codePush(codePushOptions)(MyApp);
175175
```
176176
177-
If you would like to display an update confirmation dialog (an "active install"), configure when an available update is installed (e.g. force an immediate restart) or customize the update experience in any other way, refer to the [`codePush()`](docs/api-js#codepush) API reference for information on how to tweak this default behavior.
177+
If you would like to display an update confirmation dialog (an "active install"), configure when an available update is installed (e.g. force an immediate restart) or customize the update experience in any other way, refer to the [`codePush()`](docs/api-js.md#codepush) API reference for information on how to tweak this default behavior.
178178
179179
*NOTE: If you are using [Redux](http://redux.js.org) and [Redux Saga](http://yelouafi.github.io/redux-saga/), you can alternatively use the [react-native-code-push-saga](http://github.com/lostintangent/react-native-code-push-saga) module, which allows you to customize when `sync` is called in a perhaps simpler/more idiomatic way.*
180180

0 commit comments

Comments
 (0)