diff --git a/src/content/docs/workers-ai/tutorials/explore-workers-ai-models-using-a-jupyter-notebook.mdx b/src/content/docs/workers-ai/tutorials/explore-workers-ai-models-using-a-jupyter-notebook.mdx index 391dc10f2ddce7a..f24a7d9b8eb9ac3 100644 --- a/src/content/docs/workers-ai/tutorials/explore-workers-ai-models-using-a-jupyter-notebook.mdx +++ b/src/content/docs/workers-ai/tutorials/explore-workers-ai-models-using-a-jupyter-notebook.mdx @@ -90,7 +90,7 @@ client = Cloudflare(api_token=api_token) ### Text Generation -Explore all [Text Generation Models](/workers-ai/models#text-generation) +Explore all [Text Generation Models](/workers-ai/models) ```python @@ -142,7 +142,7 @@ By using these keyboard shortcuts, you'll be able to work more efficiently and q ### Text to Image -Explore all [Text to Image models](/workers-ai/models#text-to-image) +Explore all [Text to Image models](/workers-ai/models) ```python @@ -194,7 +194,7 @@ print(data["description"]) ### Automatic Speech Recognition -Explore all [Speech Recognition models](/workers-ai/models#speech-recognition) +Explore all [Speech Recognition models](/workers-ai/models) ```python @@ -323,7 +323,7 @@ response ### Translations -Explore all [Translation models](/workers-ai/models#translation) +Explore all [Translation models](/workers-ai/models) ```python @@ -344,7 +344,7 @@ print(result["translated_text"]) ### Text Classification -Explore all [Text Classification models](/workers-ai/models#text-classification) +Explore all [Text Classification models](/workers-ai/models) ```python