This PR addresses #7756, which highlights an incorrect link in the ASP.NET Core roadmap.
Problem
When clicking on "Explore top posts about C#", the link currently points to: https://app.daily.dev/tags/c#?ref=roadmapsh, which incorrectly redirects to learning resources about the C programming language instead of C#.
Solution
The link has been updated to the correct URL: https://app.daily.dev/tags/csharp?ref=roadmapsh
Changes Made
Updated the Explore top posts about C# link in the roadmap to point to the correct URL.
Testing
Verified that the updated link correctly redirects to the csharp tag page on daily.dev.
Please review and let me know if further adjustments are needed. 😊
Pull Request Title:
Fix incorrect link for C# in in a few roadmaps
Pull Request Description:
This PR addresses #7756, which highlights an incorrect link in the ASP.NET Core roadmap.
Problem
When clicking on "Explore top posts about C#", the link currently points to:
https://app.daily.dev/tags/c#?ref=roadmapsh
, which incorrectly redirects to learning resources about the C programming language instead of C#.Solution
The link has been updated to the correct URL:
https://app.daily.dev/tags/csharp?ref=roadmapsh
Changes Made
Explore top posts about C#
link in the roadmap to point to the correct URL.Testing
Please review and let me know if further adjustments are needed. 😊