Browse Source

[DOCS] Remove leading slash for consistency

James Rodewig 4 years ago
parent
commit
06010b96aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ingest.asciidoc

+ 1 - 1
docs/reference/ingest.asciidoc

@@ -96,7 +96,7 @@ to track changes to a pipeline.
 
 [source,console]
 ----
-PUT /_ingest/pipeline/my-pipeline-id
+PUT _ingest/pipeline/my-pipeline-id
 {
   "version" : 1,
   "processors": [ ... ]