Skip to content

Commit

Permalink
Fix project links
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Jun 1, 2024
1 parent 5c7c54c commit 09ae94c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AboutMe/Wasm/Pages/Projects.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,47 +18,47 @@ public partial class Projects
{
Name = "Sound Test",
Description = "Messing around with the JavaScript tone APIs in Blazor",
Url = $"{GitHubPagesBaseUrl}SoundTest/",
Url = $"{GitHubPagesBaseUrl}/SoundTest/",
GitHubUrl = $"{Constants.MyGitHubBaseUrl}/SoundTest",
Screenshots = [],
}, // Sound Test
new()
{
Name = "Tic Tac Toe Blazor",
Description = "A Tic Tac Toe game for web, built with Blazor",
Url = $"{GitHubPagesBaseUrl}TicTacToeBlazor/",
Url = $"{GitHubPagesBaseUrl}/TicTacToeBlazor/",
GitHubUrl = $"{Constants.MyGitHubBaseUrl}/TicTacToeBlazor",
Screenshots = [],
}, // Tic Tac Toe Blazor
new()
{
Name = "Four Is The Magic Number!",
Description = "A neat party trick, built with Blazor",
Url = $"{GitHubPagesBaseUrl}FourMagicNumberGame/",
Url = $"{GitHubPagesBaseUrl}/FourMagicNumberGame/",
GitHubUrl = $"{Constants.MyGitHubBaseUrl}/FourMagicNumberGame",
Screenshots = [],
}, // Four Is The Magic Number!
new()
{
Name = "Barcode Helper",
Description = "Solve the missing digit in a UPC-12",
Url = $"{GitHubPagesBaseUrl}BarcodeHelper/",
Url = $"{GitHubPagesBaseUrl}/BarcodeHelper/",
GitHubUrl = $"{Constants.MyGitHubBaseUrl}/BarcodeHelper",
Screenshots = [],
}, // Barcode Helper
new()
{
Name = "Tired Doctor Manhattan",
Description = "Doctor Manhattan is tired of stuff",
Url = $"{GitHubPagesBaseUrl}TiredDoctorManhattan/",
Url = $"{GitHubPagesBaseUrl}/TiredDoctorManhattan/",
GitHubUrl = $"{Constants.MyGitHubBaseUrl}/TiredDoctorManhattan",
Screenshots = [],
}, // Tired Doctor Manhattan
new()
{
Name = "Minecraft Command Builder",
Description = "A tool to help build Minecraft commands",
Url = $"{GitHubPagesBaseUrl}MinecraftCommandBuilder/",
Url = $"{GitHubPagesBaseUrl}/MinecraftCommandBuilder/",
GitHubUrl = $"{Constants.MyGitHubBaseUrl}/MinecraftCommandBuilder",
Screenshots = [],
}, // Minecraft Command Builder
Expand Down

0 comments on commit 09ae94c

Please sign in to comment.