Skip to content

Commit c2cf679

Browse files
Merge pull request #664 from BranchMetrics/gfletcher-readme-update
DOCS-400 update links to docs.branch.io
2 parents 91150db + 7813b1a commit c2cf679

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ___
77
## Android Reference
88

99
1. External resources
10-
+ [Full integration guide](https://dev.branch.io/getting-started/sdk-integration-guide/guide/android/)
10+
+ [Full integration guide](https://docs.branch.io/pages/apps/android/)
1111
+ [Change log](https://github.com/BranchMetrics/android-branch-deep-linking/blob/master/ChangeLog.md)
12-
+ [Testing resources](https://dev.branch.io/getting-started/integration-testing/guide/android/)
12+
+ [Testing resources](https://docs.branch.io/pages/apps/android/#test-your-branch-integration)
1313
+ [Support portal](http://support.branch.io)
1414
+ [Test app resources](#get-the-demo-app)
1515

@@ -271,7 +271,7 @@ Instant Apps can be rather confusing as there are many different manifests, but
271271

272272
**3. Configure your Branch links as Android App Links**
273273

274-
This guide presumes that you've already configured Branch for Android App Links in the past. If you haven't configured your full native app to use Branch as Android App Links, [please complete this guide](https://dev.branch.io/getting-started/universal-app-links/guide/android/) which will correctly configure the dashboard and manifest.
274+
This guide presumes that you've already configured Branch for Android App Links in the past. If you haven't configured your full native app to use Branch as Android App Links, [please complete this guide](https://docs.branch.io/pages/deep-linking/android-app-links/) which will correctly configure the dashboard and manifest.
275275

276276
Now, you simply need to edit the above manifest and paste in the following snippet _inside_ the `application` element. Then you'll need to replace the `xxxx` with your own custom subdomain which will be visible on [the Branch link settings dashboard](https://dashboard.branch.io/link-settings) at the bottom of the page. If you're using a custom subdomain, you can find the advanced instructions in the above link regarding configuring Android App Links.
277277

@@ -339,7 +339,7 @@ if (Branch.isInstantApp(this)) {
339339

340340
If your minimum sdk level is 15+, To receive the deep link parameters from the Branch SDK, call initSession and pass in the BranchReferralInitListener. This will return the dictionary of referringParams associated with the link that was just clicked. You can call this anywhere at any time to get the params.
341341

342-
If you need to support pre 15, Branch must know when the app opens or closes to properly handle the deep link parameters retrieval. You can see more details on how to do this at [this docs site](https://dev.branch.io/getting-started/sdk-integration-guide/advanced/android/#supporting-pre-15-android). Basically, if you don't close the Branch session, you'll see strange behaviors like deep link parameters not showing up after clicking a link the second time.
342+
If you need to support pre 15, Branch must know when the app opens or closes to properly handle the deep link parameters retrieval. You can see more details on how to do this at [this docs site](https://docs.branch.io/pages/apps/android/). Basically, if you don't close the Branch session, you'll see strange behaviors like deep link parameters not showing up after clicking a link the second time.
343343

344344
#### Initialize Branch lifecycle
345345

0 commit comments

Comments
 (0)