kou commented on code in PR #45134: URL: https://github.com/apache/arrow/pull/45134#discussion_r1900098173
########## docs/source/developers/java/building.rst: ########## @@ -46,7 +46,7 @@ repository: .. code-block:: - $ git clone https://github.com/apache/arrow.git + $ git clone https://github.com/apache/arrow-java.git $ cd arrow Review Comment: ```suggestion $ cd arrow-java ``` We need more similar changes. BTW, we should move this documents to apache/arrow-java. ########## docs/source/developers/guide/step_by_step/arrow_codebase.rst: ########## @@ -32,15 +32,18 @@ Working on the Arrow codebase 🧐 Finding your way around Arrow ============================= -The Apache Arrow repository includes implementations for +The `Apache Arrow repository <https://github.com/apache/arrow>`_ includes implementations for most of the libraries for which Arrow is available. Review Comment: ```suggestion The `Apache Arrow repository <https://github.com/apache/arrow>`_ includes implementations for most of the libraries for which Arrow is available. ``` -- 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]
