jonahgao commented on code in PR #9301:
URL: https://github.com/apache/arrow-datafusion/pull/9301#discussion_r1497066012


##########
docs/source/contributor-guide/index.md:
##########
@@ -338,3 +338,28 @@ After you've confirmed your prettier version, you can 
format all the `.md` files
 ```bash
 prettier -w {datafusion,datafusion-cli,datafusion-examples,dev,docs}/**/*.md
 ```
+
+## How to format `.toml` files
+
+We use `taplo` to format `.toml` files.
+
+For Rust developers, you can install it via:
+
+```sh
+$ cargo install taplo-cli --locked
+```
+
+> Refer to the [Installation section][doc] on other ways to install it.
+>
+> doc: https://taplo.tamasfe.dev/cli/installation/binary.html

Review Comment:
   ```suggestion
   > [doc]: https://taplo.tamasfe.dev/cli/installation/binary.html
   ```
   Is this link created for the "Installation section"?  
   
   Currently it is displayed as:
   <img width="734" alt="截屏2024-02-21 16 06 53" 
src="https://github.com/apache/arrow-datafusion/assets/26053282/ddb8200c-85f8-4481-b062-fb31eb25fd57";>
   
   



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