Skip to content

Commit 62c506a

Browse files
dedemortonbmorelli25
authored andcommitted
Fix broken doc links
# Conflicts: # docs/configuration.asciidoc # docs/introduction.asciidoc
1 parent b6da442 commit 62c506a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/api.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Labels are basic key-value pairs that are indexed in your Elasticsearch database
334334
The value can be a string, nil, numeric or boolean.
335335

336336
TIP: Before using custom labels, ensure you understand the different types of
337-
{apm-overview-ref-v}/metadata.html[metadata] that are available.
337+
{apm-guide-ref}/data-model-metadata.html[metadata] that are available.
338338

339339
[source,ruby]
340340
----
@@ -361,7 +361,7 @@ Use this to further specify a context that will help you track or diagnose what'
361361
going on inside your app.
362362

363363
TIP: Before using custom context, ensure you understand the different types of
364-
{apm-overview-ref-v}/metadata.html[metadata] that are available.
364+
{apm-guide-ref}/data-model-metadata.html[metadata] that are available.
365365

366366
If called several times during a transaction the custom context will be destructively
367367
merged with `merge!`.

docs/log-correlation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ PUT _ingest/pipeline/extract_trace_id
118118
}
119119
----
120120

121-
Please see {apm-overview-ref-v}/observability-integrations.html[Observability integrations] for more information.
121+
Please see {apm-guide-ref}/log-correlation.html[Observability integrations] for more information.

docs/upgrading.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Upgrades that involve a major version bump often come with some backwards incomp
66
Before upgrading the agent, be sure to review the:
77

88
* <<release-notes,Agent release notes>>
9-
* {apm-overview-ref-v}/agent-server-compatibility.html[Agent and Server compatibility chart]
9+
* {apm-guide-ref}/agent-server-compatibility.html[Agent and Server compatibility chart]
1010

1111
[float]
1212
[[end-of-life-dates]]

0 commit comments

Comments
 (0)