microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
714 stars 335 forks source link

Fix markdown syntax violations #1157

Closed MichaelSimons closed 3 months ago

MichaelSimons commented 3 months ago

Related to https://github.com/dotnet/dotnet-docker/issues/5316

This PR is the last part of a series of changes to address various markdown syntax violations.

  1. I ported the ReposProvider readme template infra from dotnet-docker to eliminate duplication that would otherwise exist with these changes.
  2. I discovered we were referencing a dead link to a dotnet-nightly product family repo that doesn't exist. I removed the dotnet-nightly related repos section of the readmes
  3. To be consistent with dotnet-docker I added the product family to the related repos section of the readmes.
MichaelSimons commented 3 months ago

This is ready for review/merging now.