From d360d21984013a7514dcca02b53ef8cf21351f20 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Wed, 17 Sep 2025 11:50:25 +0200 Subject: [PATCH 1/3] Add crosslinks to troubleshooting --- docs/reference/index.md | 3 +++ docs/reference/toc.yml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index e92d5fff1..332511ad2 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -32,3 +32,6 @@ More detailed information on how the Agent works can be found in the [advanced t APM Agents work in conjunction with the [APM Server](docs-content://solutions/observability/apm/index.md), [Elasticsearch](docs-content://get-started/introduction.md#what-is-es), and [Kibana](docs-content://get-started/introduction.md#what-is-kib). The [APM documentation](docs-content://solutions/observability/apm/index.md) provides details on how these components work together, and provides a matrix outlining [Agent and Server compatibility](docs-content://solutions/observability/apm/apm-agent-compatibility.md). +## Troubleshooting + +If you're experiencing issues with the APM Python agent, refer to [Troubleshooting](docs-content:///troubleshoot/observability/apm-agent-python/apm-python-agent.md). \ No newline at end of file diff --git a/docs/reference/toc.yml b/docs/reference/toc.yml index 9d4df720a..00f46d375 100644 --- a/docs/reference/toc.yml +++ b/docs/reference/toc.yml @@ -30,4 +30,6 @@ toc: children: - file: upgrading-6-x.md - file: upgrading-5-x.md - - file: upgrading-4-x.md \ No newline at end of file + - file: upgrading-4-x.md + - title: Troubleshooting + crosslink: docs-content:///troubleshoot/observability/apm-agent-python/apm-python-agent.md \ No newline at end of file From 4197cc76c04519e1fab765633c25bfaa2b9850c7 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Wed, 17 Sep 2025 11:57:59 +0200 Subject: [PATCH 2/3] Remove excess slashes --- docs/reference/index.md | 2 +- docs/reference/toc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index 332511ad2..b6db9efca 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -34,4 +34,4 @@ APM Agents work in conjunction with the [APM Server](docs-content://solutions/ob ## Troubleshooting -If you're experiencing issues with the APM Python agent, refer to [Troubleshooting](docs-content:///troubleshoot/observability/apm-agent-python/apm-python-agent.md). \ No newline at end of file +If you're experiencing issues with the APM Python agent, refer to [Troubleshooting](docs-content://troubleshoot/observability/apm-agent-python/apm-python-agent.md). \ No newline at end of file diff --git a/docs/reference/toc.yml b/docs/reference/toc.yml index 00f46d375..1cd287df6 100644 --- a/docs/reference/toc.yml +++ b/docs/reference/toc.yml @@ -32,4 +32,4 @@ toc: - file: upgrading-5-x.md - file: upgrading-4-x.md - title: Troubleshooting - crosslink: docs-content:///troubleshoot/observability/apm-agent-python/apm-python-agent.md \ No newline at end of file + crosslink: docs-content://troubleshoot/observability/apm-agent-python/apm-python-agent.md \ No newline at end of file From 10721daed66981fe66ec01e16577bd8755202017 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Wed, 17 Sep 2025 12:59:57 +0200 Subject: [PATCH 3/3] Change link text --- docs/reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index b6db9efca..df1c5bf30 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -34,4 +34,4 @@ APM Agents work in conjunction with the [APM Server](docs-content://solutions/ob ## Troubleshooting -If you're experiencing issues with the APM Python agent, refer to [Troubleshooting](docs-content://troubleshoot/observability/apm-agent-python/apm-python-agent.md). \ No newline at end of file +If you're experiencing issues with the APM Python agent, refer to [Troubleshoot APM Python Agent](docs-content://troubleshoot/observability/apm-agent-python/apm-python-agent.md). \ No newline at end of file