From a4384f8bc15526b747c1cae1d876fd81c40d79ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 20 Feb 2023 17:46:50 +0100 Subject: [PATCH] [7.0][DOCS] Changes URL to use branch variable instead of master. (#93916) (#93922) --- docs/java-rest/high-level/ingest/simulate_pipeline.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-rest/high-level/ingest/simulate_pipeline.asciidoc b/docs/java-rest/high-level/ingest/simulate_pipeline.asciidoc index 9d1bbd06ceb26..c66dc132d6979 100644 --- a/docs/java-rest/high-level/ingest/simulate_pipeline.asciidoc +++ b/docs/java-rest/high-level/ingest/simulate_pipeline.asciidoc @@ -5,7 +5,7 @@ ==== Simulate Pipeline Request A `SimulatePipelineRequest` requires a source and a `XContentType`. The source consists -of the request body. See the https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-pipeline-api.html[docs] +of the request body. See the https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/simulate-pipeline-api.html[docs] for more details on the request body. ["source","java",subs="attributes,callouts,macros"]