diff --git a/docs/ingestion/flatten-json.md b/docs/ingestion/flatten-json.md deleted file mode 100644 index 2ac2f0230714..000000000000 --- a/docs/ingestion/flatten-json.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -id: flatten-json -title: "Redirecting" ---- - - - - - - -Click here if you are not redirected. \ No newline at end of file diff --git a/website/redirects.js b/website/redirects.js index e2bb4da7b68c..31f93107ce44 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -201,8 +201,8 @@ const Redirects=[ }, { "from": [ - "/docs/latest/ingestion/flatten-json.html", - "/docs/latest/ingestion/transform-spec.html" + "/docs/latest/ingestion/transform-spec.html", + "/docs/latest/ingestion/flatten-json.html" ], "to": "/docs/latest/ingestion/ingestion-spec" },