diff --git a/packages/elasticsearch-plugin/src/plugin.ts b/packages/elasticsearch-plugin/src/plugin.ts index a56c6f460e..e779cabfdf 100644 --- a/packages/elasticsearch-plugin/src/plugin.ts +++ b/packages/elasticsearch-plugin/src/plugin.ts @@ -97,7 +97,7 @@ function getCustomResolvers(options: ElasticsearchRuntimeOptions) { * ## Search API Extensions * This plugin extends the default search query of the Shop API, allowing richer querying of your product data. * - * The [SearchResponse](/reference/graphql-api/admin/object-types/#searchresponse) type is extended with information + * The [SearchResponse](/reference/graphql-api/shop/object-types/#searchresponse) type is extended with information * about price ranges in the result set: * ```graphql * extend type SearchResponse {