Test failure: tutorial: Updating distributed calculator to fix broken URL

As a result of archiving and alias renaming, this URL broke. 

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
Paul Yuknewicz 2023-06-07 21:49:10 -07:00 committed by GitHub
parent 5f40c27bc1
commit 20c26c89bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This quickstart shows method invocation and state persistent capabilities of Dap
- **Subtraction**: [.NET Core](https://docs.microsoft.com/en-us/dotnet/core/) application
The front-end application consists of a server and a client written in [React](https://reactjs.org/).
Kudos to [ahfarmer](https://github.com/ahfarmer) whose [React calculator](https://github.com/ahfarmer/calculator)
Kudos to [greatbunny](https://github.com/greatbunny) whose [React calculator](https://github.com/greatbunny/calculator) is adapted here.
The following architecture diagram illustrates the components that make up this quickstart: