Skip to content

Commit fbe8c04

Browse files
authored
Fix link screen reading issue on upload package page and about page (#9903)
1 parent ee539f9 commit fbe8c04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetGallery/Views/Packages/UploadPackage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<p class="message">Your package file will be uploaded and hosted on the @(Config.Current.Brand) server (@(Config.Current.SiteRoot)).</p>
3131
<p class="message">
3232
To learn more about authoring great packages, view our
33-
<a href="https://docs.microsoft.com/nuget/create-packages/package-authoring-best-practices" alt="Best Practices" aria-label="Read here about publishing packages">Best Practices</a> page.
33+
<a href="https://docs.microsoft.com/nuget/create-packages/package-authoring-best-practices">Best Practices</a> page.
3434
</p>
3535
</div>
3636

src/NuGetGallery/Views/Pages/About.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</li>
4949
</ul>
5050
<p>
51-
And <a href="https://github.com/NuGet/NuGetGallery/graphs/contributors" aria-label="Read the full list of contributors on GitHub.">many many more!</a>
51+
And <a href="https://github.com/NuGet/NuGetGallery/graphs/contributors">many many more!</a>
5252
</p>
5353
<div data-bind="template: { name: 'contributor-list-template', data: contributors }"></div>
5454
</div>

0 commit comments

Comments
 (0)