Skip to content

Commit 4d7ce03

Browse files
authored
fix url issue (#8)
1 parent ca9c0de commit 4d7ce03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pic.Web/Components/Layout/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<main>
1111
<div class="top-row px-4">
12-
<a href="https://github.com/ansys-internal/platform-integrity-checker" target="_blank">About</a>
12+
<a href="https://github.com/ansys/platform-integrity-checker" target="_blank">About</a>
1313
</div>
1414

1515
<article class="content px-4">

0 commit comments

Comments
 (0)