comphead commented on code in PR #21831: URL: https://github.com/apache/datafusion/pull/21831#discussion_r3138687346
########## docs/source/contributor-guide/testing.md: ########## @@ -186,6 +186,14 @@ tested in the same way using the [doc_comment] crate. See the end of [doc_comment]: https://docs.rs/doc-comment/latest/doc_comment [core/src/lib.rs]: https://github.com/apache/datafusion/blob/main/datafusion/core/src/lib.rs#L583 +## Documentation Link Checks + +Run the internal markdown link check locally: + +```shell Review Comment: this is very nice -- 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]
