Fix more broken QS links

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
Nick Greenfield 2022-03-18 16:59:31 -07:00
parent 537a56602e
commit a65c1e4341
1 changed files with 5 additions and 5 deletions

View File

@ -806,11 +806,11 @@ Join the discussion in our [discord channel](https://discord.gg/22ZtJrNe).
## Next steps
- Set up Pub/sub using HTTP instead of an SDK.
- [Python](https://github.com/dapr/quickstarts/pub_sub/python/http)
- [JavaScript](https://github.com/dapr/quickstarts/pub_sub/javascript/http)
- [.NET](https://github.com/dapr/quickstarts/pub_sub/csharp/http)
- [Java](https://github.com/dapr/quickstarts/pub_sub/java/http)
- [Go](https://github.com/dapr/quickstarts/pub_sub/go/http)
- [Python](https://github.com/dapr/quickstarts/tree/master/pub_sub/python/http)
- [JavaScript](https://github.com/dapr/quickstarts/tree/master/pub_sub/javascript/http)
- [.NET](https://github.com/dapr/quickstarts/tree/master/pub_sub/csharp/http)
- [Java](https://github.com/dapr/quickstarts/tree/master/pub_sub/java/http)
- [Go](https://github.com/dapr/quickstarts/tree/master/pub_sub/go/http)
- Learn more about [Pub/sub as a Dapr building block]({{< ref pubsub-overview >}})
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}