mirror of https://github.com/dapr/quickstarts.git
Move Readme and fix broken links
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
parent
f47bfef270
commit
567f2c0209
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
Loading…
Reference in New Issue