瀏覽代碼

[DOCS] Fix incorrect image paths (#102082)

Liam Thompson 1 年之前
父節點
當前提交
ddd94446f8

+ 2 - 2
docs/reference/ingest/search-inference-processing.asciidoc

@@ -54,7 +54,7 @@ A common use case is a user searching FAQs, or a support agent searching a knowl
 The diagram below shows how documents are processed during ingestion.
 
 // Original diagram: https://whimsical.com/ml-in-enterprise-search-ErCetPqrcCPu2QYHvAwrgP@2bsEvpTYSt1Hiuq6UBf68tUWvFiXdzLt6ao
-image::../images/ingest/document-enrichment-diagram.png["ML inference pipeline diagram"]
+image::images/ingest/document-enrichment-diagram.png["ML inference pipeline diagram"]
 
 * Documents are processed by the `my-index-0001` pipeline, which happens automatically when indexing through a an Elastic connector or crawler.
 * The `_run_ml_inference` field is set to `true` to ensure the ML inference pipeline (`my-index-0001@ml-inference`) is executed.
@@ -95,7 +95,7 @@ Once your index-specific ML inference pipeline is ready, you can add inference p
 To add an inference processor to the ML inference pipeline, click the *Add Inference Pipeline* button in the *Machine Learning Inference Pipelines* card.
 
 [role="screenshot"]
-image::../images/ingest/document-enrichment-add-inference-pipeline.png["Add Inference Pipeline"]
+image::images/ingest/document-enrichment-add-inference-pipeline.png["Add Inference Pipeline"]
 
 Here, you'll be able to:
 

+ 1 - 1
docs/reference/ingest/search-ingest-pipelines.asciidoc

@@ -22,7 +22,7 @@ To find this tab in the Kibana UI:
 The tab is highlighted in this screenshot:
 
 [.screenshot]
-image::../images/ingest/ingest-pipeline-ent-search-ui.png[align="center"]
+image::images/ingest/ingest-pipeline-ent-search-ui.png[align="center"]
 
 [discrete#ingest-pipeline-search-in-enterprise-search]
 === Overview