Browse Source

docs(elasticsearch-plugin): Changed the reference to shop-api (#3307)

oidt 1 year ago
parent
commit
779ebd23b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/elasticsearch-plugin/src/plugin.ts

+ 1 - 1
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 {