mirror of https://github.com/dapr/quickstarts.git
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:
parent
5f40c27bc1
commit
20c26c89bf
|
@ -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
|
- **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/).
|
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:
|
The following architecture diagram illustrates the components that make up this quickstart:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue