Skip to content

Commit b8ef1c0

Browse files
committed
Tests updates
Signed-off-by: Alice Gibbons <[email protected]>
1 parent 8d2c7ab commit b8ef1c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jobs/go/http/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Visit [this](https://v1-14.docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Jobs API.
5+
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Jobs API.
66

77
> **Note:** This example leverages HTTP `requests` only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../sdk/).
88
@@ -11,7 +11,7 @@ This quickstart includes two apps:
1111
- `job-scheduler.go`, responsible for scheduling, retrieving and deleting jobs.
1212
- `job-service.go`, responsible for handling the triggered jobs.
1313

14-
## Run the app with the template file
14+
## Run all apps with multi-app run template file
1515

1616
This section shows how to run both applications at once using [multi-app run template files](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-overview/) with `dapr run -f .`. This enables to you test the interactions between multiple applications and will `schedule`, `run`, `get`, and `delete` jobs within a single process.
1717

@@ -76,7 +76,7 @@ dapr stop -f .
7676

7777
<!-- END_STEP -->
7878

79-
## Run the Jobs APIs individually
79+
## Run apps individually
8080

8181
### Schedule Jobs
8282

0 commit comments

Comments
 (0)