diff --git a/_posts/2020-08-27-running-dot-net-apps-on-cloud-dot-gov.md b/_posts/2020-08-27-running-dot-net-apps-on-cloud-dot-gov.md index 7698f773c..482f02842 100644 --- a/_posts/2020-08-27-running-dot-net-apps-on-cloud-dot-gov.md +++ b/_posts/2020-08-27-running-dot-net-apps-on-cloud-dot-gov.md @@ -29,6 +29,6 @@ cloud.gov does not provide any specific CI/CD tools for customers to use, but in **Can I run .NET Framework applications on cloud.gov in a container?** -While cloud.gov supports [deployments using containers](https://cloud.gov/docs/deployment/docker/), and there are [containers for .NET Framework](https://hub.docker.com/_/microsoft-dotnet-framework) available, this approach should be considered experimental. The better approach for running .NET applications on cloud.gov is to target the .NET Core platform and port any existing applications to run on the platform. +While cloud.gov supports [deployments using containers](https://cloud.gov/docs/deployment/docker/), and there are [containers for .NET Framework](https://hub.docker.com/search?q=microsoft-dotnet-framework) available, this approach should be considered experimental. The better approach for running .NET applications on cloud.gov is to target the .NET Core platform and port any existing applications to run on the platform. Got additional questions? Don't hesitate to [reach out to us](mailto:inquiries@cloud.gov) to learn more about how you can run your .NET applications on the cloud.gov platform.