Skip to content

Commit 109650a

Browse files
committed
Updating dashbutton deeplink for AI Search
1 parent b2673ab commit 109650a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/dash-routes/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
},
302302
{
303303
"name": "AI Search",
304-
"deeplink": "/?to=/:account/ai/autorag",
304+
"deeplink": "/?to=/:account/ai/ai-search",
305305
"parent": ["AI"]
306306
},
307307
{

src/content/docs/ai-search/get-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description: Get started creating fully-managed, retrieval-augmented generation
1111

1212
import { DashButton } from "~/components";
1313

14-
AI Search (formerly AutoRAG) is Cloudflare’s managed search service. You can connect your data such as websites or unstructured content, and it automatically creates a continuously updating index that you can query with natural language in your applications or AI agents.
14+
AI Search (formerly AutoRAG) is Cloudflare’s managed search service. You can connect your data such as websites or unstructured content, and it automatically creates a continuously updating index that you can query with natural language in your applications or AI agents.
1515

1616
## Prerequisite
1717

@@ -25,7 +25,7 @@ To create a new AI Search:
2525

2626
1. In the Cloudflare dashboard, go to the **AI Search** page.
2727

28-
<DashButton url="/?to=/:account/ai/autorag" />
28+
<DashButton url="/?to=/:account/ai/ai-search" />
2929

3030
2. Select **Create**
3131
3. In Create a RAG, select **Get Started**
@@ -55,7 +55,7 @@ Once indexing is complete, you can run your first query:
5555

5656
## 4. Add to your application
5757

58-
Once you are ready, go to **Connect** for instructions on how to connect AI Search to your application.
58+
Once you are ready, go to **Connect** for instructions on how to connect AI Search to your application.
5959

6060
There are multiple ways you can connect:
6161

src/content/docs/ai-search/usage/rest-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You need an API token with the `AI Search - Read` and `AI Search Edit` permissio
2929

3030
1. In the Cloudflare dashboard, go to the **AI Search** page.
3131

32-
<DashButton url="/?to=/:account/ai/autorag" />
32+
<DashButton url="/?to=/:account/ai/ai-search" />
3333

3434
2. Select your AI Search.
3535
3. Select **Use AI Search** and then select **API**.

0 commit comments

Comments
 (0)