Remove hard coded language in url

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
greenie-msft 2022-03-10 10:09:57 -08:00 committed by GitHub
parent d66339fa5d
commit 975397790b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -144,7 +144,9 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
For this example, you will need:
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
<!-- IGNORE_LINKS -->
- [Latest Node.js installed](https://nodejs.org/en/download/).
<!-- END_IGNORE -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop).
### Step 1: Set up the environment
@ -258,7 +260,9 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
For this example, you will need:
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
<!-- IGNORE_LINKS -->
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/en-us/download).
<!-- END_IGNORE -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop).
### Step 1: Set up the environment
@ -617,4 +621,4 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
- Learn about [Service Invocation namespaces]({{< ref service-invocation-namespaces.md >}})
- Learn more about [Dapr component scopes]({{< ref component-scopes.md >}})
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}