Skip to content

Commit

Permalink
[Enterprise Search] Update doc link for Search landing page (elastic#…
Browse files Browse the repository at this point in the history
…168523)

## Summary

For 8.11 and later, we had planned to use the `search-your-data` doc
within the Elasticsearch docs as a new Search landing page. However,
we've since decided to create a new doc with id
`search-with-elasticsearch`.

We have one Kibana doc link pointing to the "old" URL. Update that link.

### For maintainers

- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
  • Loading branch information
chriscressman authored Oct 10, 2023
1 parent 184de5e commit 01ef8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
elser: `${ELASTICSEARCH_DOCS}semantic-search-elser.html`,
engines: `${ENTERPRISE_SEARCH_DOCS}engines.html`,
indexApi: `${ELASTICSEARCH_DOCS}docs-index_.html`,
ingestionApis: `${ELASTICSEARCH_DOCS}search-your-data.html`,
ingestionApis: `${ELASTICSEARCH_DOCS}search-with-elasticsearch.html`,
ingestPipelines: `${ELASTICSEARCH_DOCS}ingest-pipeline-search.html`,
knnSearch: `${ELASTICSEARCH_DOCS}knn-search.html`,
knnSearchCombine: `${ELASTICSEARCH_DOCS}knn-search.html#_combine_approximate_knn_with_other_features`,
Expand Down

0 comments on commit 01ef8d9

Please sign in to comment.