Skip to content

Commit 863cf46

Browse files
committed
repo url change
1 parent f688fd5 commit 863cf46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Components/Layout/MainLayout.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</a>
2323
</div>
2424
<div class="mb-2 flex space-x-2 text-sm text-gray-400">
25-
<a target="_blank" rel="noopener noreferrer" href="https://github.com/tesar-tech/blazorStatic"> Built with Blazor Static</a>
25+
<a target="_blank" rel="noopener noreferrer" href="https://github.com/BlazorStatic/BlazorStatic"> Built with Blazor Static</a>
2626
<div>•</div>
2727
<div@DateTime.Now.Year</div>
2828
</div>

Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
public static class WebsiteKeys
3737
{
38-
public const string GitHubRepo = "https://github.com/tesar-tech/blazorStaticMinimalBlog";
38+
public const string GitHubRepo = "https://github.com/BlazorStatic/BlazorStaticMinimalBlog";
3939
public const string X = "https://x.com/";
4040
public const string Title = "BlazorStatic Minimal Blog";
4141
public const string BlogPostStorageAddress = $"{GitHubRepo}/tree/main/Content/Blog";

0 commit comments

Comments
 (0)