Skip to content

Commit 046dfc5

Browse files
committed
Fix links
1 parent e4f1f23 commit 046dfc5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
args: >
1919
--include-fragments
2020
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issue|pull)/\\d+$"
21+
--max-retries 6
2122
.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ too disruptive to adopt right away.
729729
or `-Dotel.instrumentation.common.experimental.view-telemetry.enabled=true`.
730730
- ⚠️⚠️ Stable HTTP semantic conventions are now emitted ⚠️⚠️
731731
- TOO MANY CHANGES TO LIST HERE, be sure to review the full
732-
[list of changes](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/migration-guide.md#summary-of-changes).
732+
[list of changes](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/http-migration.md#summary-of-changes).
733733
- Stable JVM semantic conventions are now emitted.
734734
- Memory metrics
735735
- `process.runtime.jvm.memory.usage` renamed to `jvm.memory.used`

instrumentation/micrometer/micrometer-1.5/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Micrometer Instrumentation for Micrometer version 1.5 and higher
22

3-
This module provides a [Micrometer registry](https://micrometer.io/docs/concepts#_registry) which
3+
This module provides a [Micrometer registry](https://docs.micrometer.io/micrometer/reference/concepts/registry.html) which
44
sends Micrometer metrics to the
55
[OpenTelemetry Metrics SDK](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk/metrics).
66

0 commit comments

Comments
 (0)