Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 7a26335

Browse files
authored
Update About.razor
1 parent 6fddabd commit 7a26335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sidekick.Presentation.Blazor/About/About.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161

6262
public string EnvironmentVersion { get; private set; }
6363

64-
public string ProjectUrl { get; private set; } = "https://github.com/domialex/Sidekick";
64+
public string ProjectUrl { get; private set; } = "https://github.com/Sidekick-Poe/Sidekick";
6565

66-
public string BugUrl { get; private set; } = "https://github.com/domialex/Sidekick/issues";
66+
public string BugUrl { get; private set; } = "https://github.com/Sidekick-Poe/Sidekick/issues";
6767

6868
public Dictionary<string, string> Contributors { get; private set; } = new Dictionary<string, string>()
6969
{

0 commit comments

Comments
 (0)