Browse Source

[DOCS] Fix link to AtomicRed JSON file (#88817)

* [DOCS] Fix link to AtomicRed JSON file

* Update docs/reference/eql/detect-threats-with-eql.asciidoc

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
debadair 3 years ago
parent
commit
9fc5e2f75b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/eql/detect-threats-with-eql.asciidoc

+ 1 - 1
docs/reference/eql/detect-threats-with-eql.asciidoc

@@ -57,7 +57,7 @@ PUT /_index_template/my-data-stream-template
 }
 ----
 
-. Download https://raw.githubusercontent.com/elastic/elasticsearch/{branch}/docs/src/test/resources/normalized-T1117-AtomicRed-regsvr32.json[`normalized-T1117-AtomicRed-regsvr32.json`].
+. Download https://raw.githubusercontent.com/elastic/elasticsearch/{branch}/docs/src/yamlRestTest/resources/normalized-T1117-AtomicRed-regsvr32.json[`normalized-T1117-AtomicRed-regsvr32.json`].
 
 . Use the <<docs-bulk,bulk API>> to index the data to a matching stream:
 +