Skip to content

Commit c0dcf96

Browse files
authored
Generalize documentation links (#110)
* Generalize documentation links * [DOCS] Update target for link
1 parent 7ec1603 commit c0dcf96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See the [ECS Logging Python reference](https://www.elastic.co/guide/en/ecs-loggi
2121

2222
## Elastic APM Log Correlation
2323

24-
`ecs-logging-python` supports automatically collecting [ECS tracing fields](https://www.elastic.co/guide/en/ecs/master/ecs-tracing.html)
24+
`ecs-logging-python` supports automatically collecting [ECS tracing fields](https://www.elastic.co/guide/en/ecs/current/ecs-tracing.html)
2525
from the [Elastic APM Python agent](https://github.com/elastic/apm-agent-python) in order to
2626
[correlate logs to spans, transactions and traces](https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html) in Elastic APM.
2727

docs/setup.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ logger.debug("Example message!")
189189
[[correlation]]
190190
== Elastic APM Log Correlation
191191

192-
`ecs-logging-python` supports automatically collecting https://www.elastic.co/guide/en/ecs/master/ecs-tracing.html[ECS tracing fields]
192+
`ecs-logging-python` supports automatically collecting {ecs-ref}/ecs-tracing.html[ECS tracing fields]
193193
from the https://github.com/elastic/apm-agent-python[Elastic APM Python agent] in order to
194-
https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html[correlate logs to spans, transactions and traces] in Elastic APM.
194+
{apm-py-ref}/logs.html[correlate logs to spans, transactions and traces] in Elastic APM.
195195

196196
You can also quickly turn on ECS-formatted logs in your python app by setting
197-
https://www.elastic.co/guide/en/apm/agent/python/master/configuration.html#config-log_ecs_reformatting[`LOG_ECS_REFORMATTING=override`]
197+
{apm-py-ref}/configuration.html#config-log_ecs_reformatting[`LOG_ECS_REFORMATTING=override`]
198198
in the Elastic APM Python agent.
199199

200200
[float]

0 commit comments

Comments
 (0)