Skip to content

Commit 44641c7

Browse files
authored
fix links to app event semconv (#1213)
1 parent 1ff1fcb commit 44641c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

instrumentation/compose/click/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ This instrumentation produces the following telemetry:
2626
* Type: Event
2727
* Name: `app.screen.click`
2828
* Description: This event is emitted when the user taps or clicks on the screen.
29-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appscreenclick)
29+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appscreenclick)
3030
for more details.
3131

3232
* Type: Event
3333
* Name: `event.app.widget.click`
3434
* Description: This event is emitted when the user taps on a composable that is clickable.
35-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appwidgetclick)
35+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appwidgetclick)
3636
for more details.
3737

3838
## Installation

instrumentation/view-click/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ This instrumentation produces the following telemetry:
2323
* Type: Event
2424
* Name: `app.screen.click`
2525
* Description: This event is emitted when the user taps or clicks on the screen.
26-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appscreenclick)
26+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appscreenclick)
2727
for more details.
2828

2929
* Type: Event
3030
* Name: `event.app.widget.click`
3131
* Description: This event is emitted when the user taps on a view. Jetpack compose views are not currently supported.
32-
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app.md#event-appwidgetclick)
32+
* See the [semantic convention definition](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/app/app-events.md#event-appwidgetclick)
3333
for more details.
3434

3535

0 commit comments

Comments
 (0)