Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
343 stars 109 forks source link

Fix Broken Link in dev-containers.md #359

Closed koudaiii closed 4 months ago

koudaiii commented 4 months ago

Why

From the Pull Request at #253 , I noticed that the 'Deploy solution' link in dev-containers.md was broken. The original link pointed to https://github.com/Azure/reliable-web-app-pattern-dotnet/blob/117e1a6e432a7a99cd880986f716ef68194e1858/README.md#steps-to-deploy-the-reference-implementation. Therefore, I have updated the link destination.

What

Fix the link

KSchlobohm commented 4 months ago

Thanks for the contribution @koudaiii