Skip to content

Commit 9bc0db9

Browse files
authored
Better link text (#2660)
1 parent de9a4be commit 9bc0db9

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

docs/registry/attributes/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Android platform on which the Android application is running.
1313
| Attribute | Type | Description | Examples | Stability |
1414
|---|---|---|---|---|
1515
| <a id="android-app-state" href="#android-app-state">`android.app.state`</a> | string | This attribute represents the state of the application. [1] | `created` | ![Development](https://img.shields.io/badge/-development-blue) |
16-
| <a id="android-os-api-level" href="#android-os-api-level">`android.os.api_level`</a> | string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found [here](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). | `33`; `32` | ![Development](https://img.shields.io/badge/-development-blue) |
16+
| <a id="android-os-api-level" href="#android-os-api-level">`android.os.api_level`</a> | string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found in the [Android API levels documentation](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). | `33`; `32` | ![Development](https://img.shields.io/badge/-development-blue) |
1717

1818
**[1] `android.app.state`:** The Android lifecycle states are defined in [Activity lifecycle callbacks](https://developer.android.com/guide/components/activities/activity-lifecycle#lc), and from which the `OS identifiers` are derived.
1919

docs/registry/attributes/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For Android, examples of `app.installation.id` implementations include:
3232
- [App set ID](https://developer.android.com/identity/app-set-id).
3333
- [`Settings.getString(Settings.Secure.ANDROID_ID)`](https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID).
3434

35-
More information about Android identifier best practices can be found [here](https://developer.android.com/training/articles/user-data-ids).
35+
More information about Android identifier best practices can be found in the [Android user data IDs guide](https://developer.android.com/training/articles/user-data-ids).
3636

3737
**[2] `app.widget.id`:** A widget is an application component, typically an on-screen visual GUI element.
3838

docs/registry/attributes/device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Describes device attributes.
1818
However, it might be resettable by the user for all apps on a device.
1919
Hardware IDs (e.g. vendor-specific serial number, IMEI or MAC address) MAY be used as values.
2020

21-
More information about Android identifier best practices can be found [here](https://developer.android.com/training/articles/user-data-ids).
21+
More information about Android identifier best practices can be found in the [Android user data IDs guide](https://developer.android.com/training/articles/user-data-ids).
2222

2323
> [!WARNING]
2424
>

docs/registry/entities/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
2222
|---|---|---|---|---|---|
23-
| [`android.os.api_level`](/docs/registry/attributes/android.md) | string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found [here](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). | `33`; `32` | `Recommended` | ![Development](https://img.shields.io/badge/-development-blue) |
23+
| [`android.os.api_level`](/docs/registry/attributes/android.md) | string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found in the [Android API levels documentation](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). | `33`; `32` | `Recommended` | ![Development](https://img.shields.io/badge/-development-blue) |
2424

2525

2626
<!-- markdownlint-restore -->

docs/registry/entities/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For Android, examples of `app.installation.id` implementations include:
4444
- [App set ID](https://developer.android.com/identity/app-set-id).
4545
- [`Settings.getString(Settings.Secure.ANDROID_ID)`](https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID).
4646

47-
More information about Android identifier best practices can be found [here](https://developer.android.com/training/articles/user-data-ids).
47+
More information about Android identifier best practices can be found in the [Android user data IDs guide](https://developer.android.com/training/articles/user-data-ids).
4848

4949

5050
<!-- markdownlint-restore -->

docs/registry/entities/device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
However, it might be resettable by the user for all apps on a device.
3636
Hardware IDs (e.g. vendor-specific serial number, IMEI or MAC address) MAY be used as values.
3737

38-
More information about Android identifier best practices can be found [here](https://developer.android.com/training/articles/user-data-ids).
38+
More information about Android identifier best practices can be found in the [Android user data IDs guide](https://developer.android.com/training/articles/user-data-ids).
3939

4040
> [!WARNING]
4141
>

docs/resource/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
1818
|---|---|---|---|---|---|
19-
| [`android.os.api_level`](/docs/registry/attributes/android.md) | string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found [here](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). | `33`; `32` | `Recommended` | ![Development](https://img.shields.io/badge/-development-blue) |
19+
| [`android.os.api_level`](/docs/registry/attributes/android.md) | string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found in the [Android API levels documentation](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). | `33`; `32` | `Recommended` | ![Development](https://img.shields.io/badge/-development-blue) |
2020

2121
<!-- markdownlint-restore -->
2222
<!-- prettier-ignore-end -->

docs/resource/device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
However, it might be resettable by the user for all apps on a device.
3232
Hardware IDs (e.g. vendor-specific serial number, IMEI or MAC address) MAY be used as values.
3333

34-
More information about Android identifier best practices can be found [here](https://developer.android.com/training/articles/user-data-ids).
34+
More information about Android identifier best practices can be found in the [Android user data IDs guide](https://developer.android.com/training/articles/user-data-ids).
3535

3636
> [!WARNING]
3737
>

model/android/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ groups:
1111
brief: >
1212
Uniquely identifies the framework API revision offered by a version
1313
(`os.version`) of the android operating system. More information can be found
14-
[here](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels).
14+
in the [Android API levels documentation](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels).
1515
examples: ['33', '32']
1616
- id: android.app.state
1717
stability: development

model/app/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ groups:
2828
- [App set ID](https://developer.android.com/identity/app-set-id).
2929
- [`Settings.getString(Settings.Secure.ANDROID_ID)`](https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID).
3030
31-
More information about Android identifier best practices can be found [here](https://developer.android.com/training/articles/user-data-ids).
31+
More information about Android identifier best practices can be found in the [Android user data IDs guide](https://developer.android.com/training/articles/user-data-ids).
3232
examples:
3333
- 2ab2916d-a51f-4ac8-80ee-45ac31a28092
3434
- id: app.screen.coordinate.x

0 commit comments

Comments
 (0)