amaechler commented on code in PR #16548:
URL: https://github.com/apache/druid/pull/16548#discussion_r1635339796


##########
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"

Review Comment:
   Should we split this into two entries? Since the Markdown file redirected to 
`/docs/latest/ingestion/data-formats`, we might want to keep that. But keep 
redirecting `transform-spec` to `ingestion-spec`.
   
   Also, let's double-check the flatten-json redirection works as expected 
(maybe something is off, which would be why the markdown was added a couple of 
weeks ago?).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to