diff --git a/pub_sub/csharp/http/README.md b/pub_sub/csharp/http/README.md index 005248ad..02a8d87f 100644 --- a/pub_sub/csharp/http/README.md +++ b/pub_sub/csharp/http/README.md @@ -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: diff --git a/pub_sub/csharp/sdk/README.md b/pub_sub/csharp/sdk/README.md index f486af18..7273d4f7 100644 --- a/pub_sub/csharp/sdk/README.md +++ b/pub_sub/csharp/sdk/README.md @@ -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: diff --git a/pub_sub/javascript/http/README.md b/pub_sub/javascript/http/README.md index 5eacf143..b5a5baf7 100644 --- a/pub_sub/javascript/http/README.md +++ b/pub_sub/javascript/http/README.md @@ -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` diff --git a/pub_sub/javascript/sdk/README.md b/pub_sub/javascript/sdk/README.md index a9009b69..2bef6e43 100644 --- a/pub_sub/javascript/sdk/README.md +++ b/pub_sub/javascript/sdk/README.md @@ -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` diff --git a/pub_sub/python/http/README.md b/pub_sub/python/http/README.md index 629dea5d..70c0a49d 100644 --- a/pub_sub/python/http/README.md +++ b/pub_sub/python/http/README.md @@ -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: diff --git a/pub_sub/python/README.md b/pub_sub/python/sdk/README.md similarity index 98% rename from pub_sub/python/README.md rename to pub_sub/python/sdk/README.md index 869a5629..dcc6aa12 100644 --- a/pub_sub/python/README.md +++ b/pub_sub/python/sdk/README.md @@ -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: