kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
298.15k stars 39.22k forks source link

Update C# link to correct URL #7757

Closed dudi-w closed 3 days ago

dudi-w commented 3 days ago

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

Testing

Please review and let me know if further adjustments are needed. 😊

kamranahmedse commented 3 days ago

Thank you!