From 9ad67691754a41890594641f57e705b6937a8170 Mon Sep 17 00:00:00 2001 From: Sarah Dutkiewicz Date: Tue, 11 Feb 2025 12:56:24 -0500 Subject: [PATCH] Updating wiki links to point to our repository --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 075aba86..a9e37e56 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This Microsoft reference application is now being maintained by [NimblePros](htt If you're looking for the .NET Aspire eShop sample it's [here](https://github.com/dotnet/eShop). Microsoft also recommends the [Reliable Web App](https://learn.microsoft.com/azure/architecture/web-apps/guides/reliable-web-app/overview) patterns guidance for building web apps with enterprise app patterns. -Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a single-process (monolithic) application architecture and deployment model. If you're new to .NET development, read the [Getting Started for Beginners](https://github.com/dotnet-architecture/eShopOnWeb/wiki/Getting-Started-for-Beginners) guide. +Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a single-process (monolithic) application architecture and deployment model. If you're new to .NET development, read the [Getting Started for Beginners](https://github.com/nimblepros/eShopOnWeb/wiki/Getting-Started-for-Beginners) guide. -A list of Frequently Asked Questions about this repository can be found [here](https://github.com/dotnet-architecture/eShopOnWeb/wiki/Frequently-Asked-Questions). +A list of Frequently Asked Questions about this repository can be found [here](https://github.com/nimblepros/eShopOnWeb/wiki/Frequently-Asked-Questions). @@ -93,7 +93,7 @@ azd auth login Then, execute the `azd init` command to initialize the environment. ``` -azd init -t dotnet-architecture/eShopOnWeb +azd init -t NimblePros/eShopOnWeb ``` Run `azd up` to provision all the resources to Azure and deploy the code to those resources.