317brian commented on PR #14411: URL: https://github.com/apache/druid/pull/14411#issuecomment-1626060819
@techdocsmith and I did a little investigating of the link checker. Part of the issue is that the link checker expects the `.html` extension for links, but Docusaurus 2 omits them, which I think is inline with the expectation of most ppl. For example ``` /docs/latest/ingestion/input-sources' linked from './build/docs/latest/development/extensions-core/s3/index.html' ``` That's a valid link but the link checker says it's invalid because it doesn't include the extension. -- 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]
