Skip to content

Commit e5155a2

Browse files
authored
Add hyperlinks
1 parent 47e6979 commit e5155a2

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workflows/get-started

1 file changed

+2
-2
lines changed

src/content/docs/workflows/get-started/guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ When trying to decide whether to break code up into more than one step, a good r
125125

126126
For example, each of the below tasks is ideally encapsulated in its own step, so that any failure — such as a file not existing, a third-party API being down or rate limited — does not cause your entire program to fail.
127127

128-
* Reading or writing files from R2
128+
* Reading or writing files from [R2](/r2/)
129129
* Running an AI task using [Workers AI](/workers-ai/)
130-
* Querying a D1 database or a database via [Hyperdrive](/hyperdrive/)
130+
* Querying a [D1 database](/d1/) or a database via [Hyperdrive](/hyperdrive/)
131131
* Calling a third-party API
132132

133133
If a subsequent step fails, your Workflow can retry from that step, using any state returned from a previous step. This can also help you avoid unnecessarily querying a database or calling an paid API repeatedly for data you have already fetched.

0 commit comments

Comments
 (0)