瀏覽代碼

Fix URL of Semantic Search API

Seth Michael Larson 2 年之前
父節點
當前提交
c74877c488
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rest-api-spec/src/main/resources/rest-api-spec/api/semantic_search.json

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/semantic_search.json

@@ -1,7 +1,7 @@
 {
   "semantic_search":{
     "documentation":{
-      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-search.html",
+      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-search-api.html",
       "description":"Semantic search API using dense vector similarity"
     },
     "stability":"experimental",