mirror of https://github.com/dapr/docs.git
Remove hard coded language in url
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
parent
d66339fa5d
commit
975397790b
|
@ -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" >}}
|
||||
|
|
Loading…
Reference in New Issue