Skip to content

Commit e2567fe

Browse files
authored
Update README.md
1 parent 4732586 commit e2567fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
1010
**Upstash Workflow** lets you write durable, reliable and performant serverless functions. Get delivery guarantees, automatic retries on failure, scheduling and more without managing any infrastructure.
1111

12-
See [the documentation](https://upstash.com/docs/qstash/workflow/getstarted) for more details
12+
See [the documentation](https://upstash.com/docs/workflow/getstarted) for more details
1313

1414
## Quick Start
1515

1616
Here, we will briefly showcase how you can get started with Upstash Workflow.
1717

18-
Alternatively, you can check [our quickstarts for different frameworks](https://upstash.com/docs/qstash/workflow/quickstarts/platforms), including [Next.js](https://upstash.com/docs/qstash/workflow/quickstarts/vercel-nextjs) and [Cloudflare](https://upstash.com/docs/qstash/workflow/quickstarts/cloudflare-workers).
18+
Alternatively, you can check [our quickstarts for different frameworks](https://upstash.com/docs/workflow/quickstarts/platforms), including [Next.js](https://upstash.com/docs/qstash/workflow/quickstarts/vercel-nextjs) and [Cloudflare](https://upstash.com/docs/workflow/quickstarts/cloudflare-workers).
1919

2020
### Install
2121

@@ -72,11 +72,11 @@ The kinds of steps which are available are:
7272
- `context.waitForEvent`: wait for an event
7373
- `context.notify`: notify an event to make workflows waiting for the event continue
7474

75-
You can [learn more about these methods from our documentation](https://upstash.com/docs/qstash/workflow/basics/context).
75+
You can [learn more about these methods from our documentation](https://upstash.com/docs/workflow/basics/context).
7676

7777
### Workflow Client
7878

79-
You can use [the Upstash Workflow client](https://upstash.com/docs/qstash/workflow/basics/client) to cancel workflows, notify workflows
79+
You can use [the Upstash Workflow client](https://upstash.com/docs/workflow/basics/client) to cancel workflows, notify workflows
8080
waiting for an event or get the workflows waiting for an event:
8181

8282
```ts

0 commit comments

Comments
 (0)