mirror of https://github.com/dapr/quickstarts.git
Fixing Conversation SDK example for RC5
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
This commit is contained in:
parent
6395fad49f
commit
2f2c0b517d
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
In this quickstart, you'll schedule, get, and delete a job using Dapr's Job API. This API is responsible for scheduling and running jobs at a specific time or interval.
|
||||
|
||||
Visit [this](https://v1-14.docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Jobs API.
|
||||
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Jobs API.
|
||||
|
||||
> **Note:** This example leverages HTTP `requests` only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../sdk/).
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
In this quickstart, you'll schedule, get, and delete a job using Dapr's Job API. This API is responsible for scheduling and running jobs at a specific time or interval.
|
||||
|
||||
Visit [this](https://v1-14.docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Job API.
|
||||
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Job API.
|
||||
|
||||
> **Note:** This example leverages the SDK only. If you are looking for the example using the HTTP requests [click here](../http/).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue