update links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-02-08 18:26:00 -06:00
parent 8928297aff
commit 379bb4bbde
6 changed files with 6 additions and 6 deletions

View File

@ -60,5 +60,5 @@ Learn more about these HTTP calls in the [workflow API reference guide]({{< ref
## Next steps ## Next steps
- [Try out the Workflow quickstart]({{< ref workflow-quickstart.md >}}) - [Try out the Workflow quickstart]({{< ref workflow-quickstart.md >}})
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow) - [Try out the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
- [Workflow API reference]({{< ref workflow_api.md >}}) - [Workflow API reference]({{< ref workflow_api.md >}})

View File

@ -188,4 +188,4 @@ See the [Reminder usage and execution guarantees section]({{< ref "workflow-arch
- [Workflow overview]({{< ref workflow-overview.md >}}) - [Workflow overview]({{< ref workflow-overview.md >}})
- [Workflow API reference]({{< ref workflow_api.md >}}) - [Workflow API reference]({{< ref workflow_api.md >}})
- [Try out the Workflow quickstart]({{< ref workflow-quickstart.md >}}) - [Try out the Workflow quickstart]({{< ref workflow-quickstart.md >}})
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow) - [Try out the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)

View File

@ -125,4 +125,4 @@ Workflows can also wait for multiple external event signals of the same name, in
- [Try out Dapr Workflows using the quickstart]({{< ref workflow-quickstart.md >}}) - [Try out Dapr Workflows using the quickstart]({{< ref workflow-quickstart.md >}})
- [Workflow overview]({{< ref workflow-overview.md >}}) - [Workflow overview]({{< ref workflow-overview.md >}})
- [Workflow API reference]({{< ref workflow_api.md >}}) - [Workflow API reference]({{< ref workflow_api.md >}})
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow) - [Try out the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)

View File

@ -113,4 +113,4 @@ Watch [this video for an overview on Dapr Workflows](https://youtu.be/s1p9MNl4VG
## Related links ## Related links
- [Workflow API reference]({{< ref workflow_api.md >}}) - [Workflow API reference]({{< ref workflow_api.md >}})
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow) - [Try out the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)

View File

@ -187,4 +187,4 @@ TODO: CODE EXAMPLE
- [Try out Dapr Workflows using the quickstart]({{< ref workflow-quickstart.md >}}) - [Try out Dapr Workflows using the quickstart]({{< ref workflow-quickstart.md >}})
- [Workflow overview]({{< ref workflow-overview.md >}}) - [Workflow overview]({{< ref workflow-overview.md >}})
- [Workflow API reference]({{< ref workflow_api.md >}}) - [Workflow API reference]({{< ref workflow_api.md >}})
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow) - [Try out the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)

View File

@ -45,7 +45,7 @@ For this example, you will need:
### Step 2: Set up the environment ### Step 2: Set up the environment
Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/workflows). Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows).
```bash ```bash
git clone https://github.com/dapr/quickstarts.git git clone https://github.com/dapr/quickstarts.git