From e1926e25499cb95a770259d891220dd5bc5fd79e Mon Sep 17 00:00:00 2001 From: 317brian <53799971+317brian@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:54:16 -0700 Subject: [PATCH] docs: fix redirect (#16548) * doc: cleanup unnecessary redirect (cherry picked from commit d86aaadbc78cc51345f768ee66c9a8b2cbf13f27) * restore redirect file entry. delete md file --- docs/ingestion/flatten-json.md | 28 ---------------------------- website/redirects.js | 4 ++-- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 docs/ingestion/flatten-json.md diff --git a/docs/ingestion/flatten-json.md b/docs/ingestion/flatten-json.md deleted file mode 100644 index 2ac2f023071..00000000000 --- 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 e2bb4da7b68..31f93107ce4 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" },