Skip to content

Commit

Permalink
repo url change
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Oct 27, 2024
1 parent f688fd5 commit 863cf46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Components/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</a>
</div>
<div class="mb-2 flex space-x-2 text-sm text-gray-400">
<a target="_blank" rel="noopener noreferrer" href="https://github.com/tesar-tech/blazorStatic"> Built with Blazor Static</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/BlazorStatic/BlazorStatic"> Built with Blazor Static</a>
<div>•</div>
<div@DateTime.Now.Year</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

public static class WebsiteKeys
{
public const string GitHubRepo = "https://github.com/tesar-tech/blazorStaticMinimalBlog";
public const string GitHubRepo = "https://github.com/BlazorStatic/BlazorStaticMinimalBlog";
public const string X = "https://x.com/";
public const string Title = "BlazorStatic Minimal Blog";
public const string BlogPostStorageAddress = $"{GitHubRepo}/tree/main/Content/Blog";
Expand Down

0 comments on commit 863cf46

Please sign in to comment.