Move Readme and fix broken links

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
Nick Greenfield 2022-02-08 06:29:44 -08:00 committed by Artur Souza
parent f47bfef270
commit 567f2c0209
6 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,7 @@ In this quickstart, you'll create a publisher microservice and a subscriber micr
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/pubsub/) link for more information about Dapr and Pub-Sub.
> **Note:** This example leverages HTTPClient only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../csharp/).
> **Note:** This example leverages HTTPClient only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../sdk).
This quickstart includes one publisher:

View File

@ -4,7 +4,7 @@ In this quickstart, you'll create a publisher microservice and a subscriber micr
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/pubsub/) link for more information about Dapr and Pub-Sub.
> **Note:** This example leverages the Dapr client SDK. If you are looking for the example using only HTTP [click here](../csharp-http/).
> **Note:** This example leverages the Dapr client SDK. If you are looking for the example using only HTTP [click here](../http).
This quickstart includes one publisher:

View File

@ -4,6 +4,8 @@ In this quickstart, you'll create a publisher microservice and a subscriber micr
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/pubsub/) link for more information about Dapr and Pub-Sub.
> **Note:** This example leverages HTTP `requests` only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../sdk/).
This quickstart includes one publisher:
- Node client message generator `checkout`

View File

@ -4,6 +4,8 @@ In this quickstart, you'll create a publisher microservice and a subscriber micr
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/pubsub/) link for more information about Dapr and Pub-Sub.
> **Note:** This example leverages the Dapr client SDK. If you are looking for the example using only HTTP `requests` [click here](../http).
This quickstart includes one publisher:
- Node client message generator `checkout`

View File

@ -4,7 +4,7 @@ In this quickstart, you'll create a publisher microservice and a subscriber micr
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/pubsub/) link for more information about Dapr and Pub-Sub.
> **Note:** This example leverages HTTP `requests` only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../python/).
> **Note:** This example leverages HTTP `requests` only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../sdk/).
This quickstart includes one publisher:

View File

@ -4,7 +4,7 @@ In this quickstart, you'll create a publisher microservice and a subscriber micr
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/pubsub/) link for more information about Dapr and Pub-Sub.
> **Note:** This example leverages the Dapr client SDK. If you are looking for the example using only HTTP `requests` [click here](../python-http/).
> **Note:** This example leverages the Dapr client SDK. If you are looking for the example using only HTTP `requests` [click here](../http).
This quickstart includes one publisher: