Skip to content

Commit b251ddc

Browse files
fix link
1 parent 92e7913 commit b251ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/items-service/src/html.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ export function getRootPageHtml(): string {
3535
</head>
3636
<body>
3737
<div class="profile-container">
38-
<!-- Profile Header -->
3938
<div class="profile-header">
4039
<div class="profile-path">items-service/README.md</div>
4140
</div>
4241
43-
<!-- Profile Content -->
4442
<article class="profile-content">
4543
<h1>Items Service</h1>
4644
4745
<p>A simple REST API service for managing items, built with Bun and PostgreSQL, Jaeger and OpenTelemetry.</p>
4846
47+
<p><a href="/jaeger" target="_blank">Jaeger OTel Tracing</a></p>
48+
4949
<p><a href="/items/docs" target="_blank">Swagger Docs</a></p>
5050
5151
<p><strong>API Endpoints:</strong></p>

0 commit comments

Comments
 (0)