This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4eae39085 Improve docs and examples links on main readme (#1614)
4eae39085 is described below

commit 4eae39085cd3f945388d386b84b8557b371edc05
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Apr 25 06:24:27 2022 -0400

    Improve docs and examples links on main readme (#1614)
    
    * Improve docs and examples links on main readme
    
    * markdown
    
    * improve wording
---
 arrow/README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arrow/README.md b/arrow/README.md
index 550d30487..80dc2fef8 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -19,13 +19,14 @@
 
 # Apache Arrow Official Native Rust Implementation
 
-[![Crates.io](https://img.shields.io/crates/v/arrow.svg)](https://crates.io/crates/arrow)
+[![crates.io](https://img.shields.io/crates/v/arrow.svg)](https://crates.io/crates/arrow)
+[![docs.rs](https://img.shields.io/docsrs/arrow.svg)](https://docs.rs/arrow/latest/arrow/)
 
-This crate contains the official Native Rust implementation of [Apache 
Arrow][arrow] in memory format, governed by the Apache Software Foundation.
+This crate contains the official Native Rust implementation of [Apache 
Arrow][arrow] in memory format, governed by the Apache Software Foundation. 
Additional details can be found on [crates.io](https://crates.io/crates/arrow), 
[docs.rs](https://docs.rs/arrow/latest/arrow/) and 
[examples](https://github.com/apache/arrow-rs/tree/master/arrow/examples).
 
 ## Rust Version Compatibility
 
-This crate is tested with the latest stable version of Rust. We do not 
currently test against other, older versions of the Rust compiler.
+This crate is tested with the latest stable version of Rust. We do not 
currently test against other, older versions.
 
 ## Versioning / Releases
 

Reply via email to