Skip to content

Commit c9c3a2c

Browse files
authored
Fix links on OrcaHello overview page (#470)
Fixes #469 Signed-off-by: Dave Thaler <[email protected]>
1 parent 06514d8 commit c9c3a2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: CPP CI
2+
name: .NET CI
33

44
on:
55
pull_request:

OrcanodeMonitor/Pages/OrcaHelloOverview.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
{
5757
<tr>
5858
<td>
59-
<a asp-page="/OrcaHelloNode" asp-route-podNamespace="@item.NamespaceName">
59+
<a asp-page="/OrcaHelloPod" asp-route-podNamespace="@item.NamespaceName">
6060
@Html.DisplayFor(modelItem => item.NamespaceName)
6161
</a>
6262
</td>

0 commit comments

Comments
 (0)