Skip to content

Commit 539c842

Browse files
Tien "Mimi" NguyenTien "Mimi" Nguyen
authored andcommitted
added some helpful links
1 parent ec8d2d5 commit 539c842

File tree

1 file changed

+7
-7
lines changed
  • src/collections/_documentation/platforms/android

1 file changed

+7
-7
lines changed

src/collections/_documentation/platforms/android/migrate.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_order: 1
55

66
## Migrating from `sentry-android 1.x` to `sentry-android 2.0`
77

8-
With Sentry Android, we've updated the API to be closer to the unified API [https://docs.sentry.io/development/sdk-dev/unified-api/](https://docs.sentry.io/development/sdk-dev/unified-api/). And now that the SDK isn't built on top of `sentry-java`, Sentry Android has more Android-specific features.
8+
With Sentry Android, we've updated the API to resemble the [Unified API]({%- link _documentation/development/sdk-dev/unified-api.md -%}) more closely. And now that the SDK isn't built on top of `sentry-java`, Sentry Android has more Android-specific features.
99

1010
If you want to upgrade from the previous version of the SDK, please check the following sections of changes that may need updating in your code.
1111

@@ -23,11 +23,11 @@ Example of the configuration in the Manifest:
2323
</application>
2424
```
2525

26-
If you want to set the configuration manually in the code, you need to initialize the SDK with `SentryAndroid.init()` (described in the Installation [LINK: to installation sect]) in the same file as `SentryAndroidOptions`, which holds configuration items.
26+
If you want to set the configuration manually in the code, you need to initialize the SDK with `SentryAndroid.init()` --- described in [Installation](#installation) --- in the same file as `SentryAndroidOptions`, which holds configuration items.
2727

2828
### Installation
2929

30-
The new SDK can initialize automatically; all you need to do is provide the DSN in your Manifest file, as shown on the previous example in the [LINK: configuration] section.
30+
The new SDK can initialize automatically; all you need to do is provide the DSN in your Manifest file, as shown in the previous example in [Configuration](#configuration).
3131

3232
**Manual Installation**
3333

@@ -53,11 +53,11 @@ To initialize the SDK manually:
5353

5454
Please note that the new SDK will send with each event a release version in a different format than the previous SDK.
5555

56-
If you are using the GitHub or GitLab integrations, you need to do one of the following:
56+
If you are using the [GitHub]({%- link _documentation/workflow/integrations/global-integrations.md -%}#github) or [GitLab]({%- link _documentation/workflow/integrations/global-integrations.md -%}#gitlab) integrations, you need to do one of the following:
5757

58-
- use the new format LINK: ([https://docs.sentry.io/platforms/android/#releases](https://docs.sentry.io/platforms/android/#releases))
59-
- set the release in your `AndroidManifest.xml`
60-
- change your code as described in the configuration section.
58+
- Use the new format LINK: ([https://docs.sentry.io/platforms/android/#releases](https://docs.sentry.io/platforms/android/#releases))
59+
- Set the release in your `AndroidManifest.xml`
60+
- Change your code as described in the configuration section
6161

6262
### API
6363

0 commit comments

Comments
 (0)