DanielLeens commented on code in PR #10875:
URL: https://github.com/apache/seatunnel/pull/10875#discussion_r3223387530


##########
docs/en/faq.md:
##########
@@ -10,8 +10,8 @@ Use these entry points first:
 
 ## What data sources and destinations does SeaTunnel support?
 SeaTunnel supports various data sources and destinations. You can find a 
detailed list on the following list:
-- Supported data sources (Source): [Source List](../connectors/source)
-- Supported data destinations (Sink): [Sink List](../connectors/sink)
+- Supported data sources (Source): [Source List](/docs/category/source)
+- Supported data destinations (Sink): [Sink List](/docs/category/sink)

Review Comment:
   Thanks for calling this out. I double-checked it against the 
`apache/seatunnel-website` repo and the current site routing.
   
   The website does not maintain the current docs manually in that repository. 
Before building, it syncs `apache/seatunnel/docs/en` into the website `docs/` 
directory, and the current generated connector index routes are 
`/docs/connectors/source` and `/docs/connectors/sink`, not `/docs/category/...`.
   
   In that synced layout, `faq.md` becomes `docs/faq.md`, so changing the links 
to `./connectors/source` and `./connectors/sink` resolves to the current 
connector index pages correctly after the website build.
   
   I also verified the live site behavior: `/docs/category/source` returns 
`404`, while `/docs/connectors/source/` and `/docs/connectors/sink/` return 
`200`.



-- 
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]

Reply via email to