diff --git a/src/api/serp.ts b/src/api/serp.ts index 37d02f6..7c64acc 100644 --- a/src/api/serp.ts +++ b/src/api/serp.ts @@ -67,7 +67,7 @@ export class SerpHost extends RPCHost { Object.assign(indexObject, { usage1: 'https://r.jina.ai/YOUR_URL', usage2: 'https://s.jina.ai/YOUR_SEARCH_QUERY', - usage3: `${ctx.origin}/search/YOUR_SEARCH_QUERY`, + usage3: `${ctx.origin}/?q=YOUR_SEARCH_QUERY`, homepage: 'https://jina.ai/reader', sourceCode: 'https://github.com/jina-ai/reader', });