We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9171b2 commit c848d16Copy full SHA for c848d16
1 file changed
src/NuGetGallery/Views/Shared/Gallery/Header.cshtml
@@ -88,7 +88,7 @@
88
}
89
@DisplayNavigationItem("Documentation", "https://docs.microsoft.com/en-us/nuget/what-is-nuget")
90
@DisplayNavigationItem("Downloads", Url.Downloads())
91
- @DisplayNavigationItem("Blog", "https://devblogs.microsoft.com/nuget/")
+ @DisplayNavigationItem("Blog", "https://blog.nuget.org/")
92
</ul>
93
@if (ShowAuthInHeader)
94
{
0 commit comments