Skip to content

Commit e8ad9c4

Browse files
committed
Fix links 3
1 parent 357167b commit e8ad9c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

agent-framework/user-guide/agents/agent-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Agent Framework integrates with [OpenTelemetry](https://opentelemetry.io/), and
2121

2222
::: zone pivot="programming-language-csharp"
2323

24-
## Enable Observability
24+
## Enable Observability (C#)
2525

2626
To enable observability for your chat client, you need to build the chat client as follows:
2727

@@ -165,7 +165,7 @@ See a full example of an agent with OpenTelemetry enabled in the [Agent Framewor
165165

166166
::: zone pivot="programming-language-python"
167167

168-
## Enable Observability
168+
## Enable Observability (Python)
169169

170170
To enable observability in your python application, in most cases you do not need to install anything extra, by default the following package are installed:
171171

agent-framework/user-guide/workflows/observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Aside from the standard [GenAI telemetry](https://opentelemetry.io/docs/specs/se
2222

2323
::: zone pivot="programming-language-csharp"
2424

25-
Please refer to [Enabling Observability](https://learn.microsoft.com/agent-framework/user-guide/agents/agent-observability?pivots=programming-language-csharp#enable-observability) for instructions on enabling observability in your applications.
25+
Please refer to [Enabling Observability](../agents/agent-observability.md#enable-observability-c) for instructions on enabling observability in your applications.
2626

2727
::: zone-end
2828

2929
::: zone pivot="programming-language-python"
3030

31-
Please refer to [Enabling Observability](https://learn.microsoft.com/agent-framework/user-guide/agents/agent-observability?pivots=programming-language-python#enable-observability-1) for instructions on enabling observability in your applications.
31+
Please refer to [Enabling Observability](../agents/agent-observability.md#enable-observability-python) for instructions on enabling observability in your applications.
3232

3333
::: zone-end
3434

0 commit comments

Comments
 (0)