Skip to content

Commit 646c1c3

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK
1 parent 8b37c23 commit 646c1c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/workers-ai/tutorials/explore-workers-ai-models-using-a-jupyter-notebook.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ client = Cloudflare(api_token=api_token)
9090

9191
### Text Generation
9292

93-
Explore all [Text Generation Models](/workers-ai/models#text-generation)
93+
Explore all [Text Generation Models](/workers-ai/models)
9494

9595

9696
```python
@@ -142,7 +142,7 @@ By using these keyboard shortcuts, you'll be able to work more efficiently and q
142142

143143
### Text to Image
144144

145-
Explore all [Text to Image models](/workers-ai/models#text-to-image)
145+
Explore all [Text to Image models](/workers-ai/models)
146146

147147

148148
```python
@@ -194,7 +194,7 @@ print(data["description"])
194194

195195
### Automatic Speech Recognition
196196

197-
Explore all [Speech Recognition models](/workers-ai/models#speech-recognition)
197+
Explore all [Speech Recognition models](/workers-ai/models)
198198

199199

200200
```python
@@ -323,7 +323,7 @@ response
323323

324324
### Translations
325325

326-
Explore all [Translation models](/workers-ai/models#translation)
326+
Explore all [Translation models](/workers-ai/models)
327327

328328

329329
```python
@@ -344,7 +344,7 @@ print(result["translated_text"])
344344

345345
### Text Classification
346346

347-
Explore all [Text Classification models](/workers-ai/models#text-classification)
347+
Explore all [Text Classification models](/workers-ai/models)
348348

349349

350350
```python

0 commit comments

Comments
 (0)