Skip to content

Commit 96c2a9f

Browse files
Merge pull request #3320 from Agenta-AI/codex/fix-link-for-observability-sessions
fix(frontend): correct observability sessions docs link
2 parents 662c4d3 + c88a892 commit 96c2a9f

File tree

1 file changed

+4
-1
lines changed
  • web/oss/src/components/pages/observability/components/SessionsTable/assets

1 file changed

+4
-1
lines changed

web/oss/src/components/pages/observability/components/SessionsTable/assets/EmptySessions.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ const EmptySessions = () => {
5050
size: "middle",
5151
text: "Getting started with sessions",
5252
onClick: () =>
53-
window.open("https://agenta.ai/docs/observability/sessions", "_blank"),
53+
window.open(
54+
"https://agenta.ai/docs/observability/trace-with-python-sdk/track-chat-sessions",
55+
"_blank",
56+
),
5457
}}
5558
/>
5659
</div>

0 commit comments

Comments
 (0)