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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new b109364  [MINOR][Documentation] Fix badge on readme (#59)
b109364 is described below

commit b109364e3f9299154b34e44af72a5f755551f4ae
Author: Dewey Dunnington <[email protected]>
AuthorDate: Fri Oct 7 16:01:27 2022 -0300

    [MINOR][Documentation] Fix badge on readme (#59)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2643609..b411cd0 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 [![Codecov test 
coverage](https://codecov.io/gh/apache/arrow-nanoarrow/branch/main/graph/badge.svg)](https://app.codecov.io/gh/apache/arrow-nanoarrow?branch=main)
 
[![Documentation](https://img.shields.io/badge/Documentation-dev-yellow)](https://apache.github.io/arrow-nanoarrow/dev)
-[![nanoarrow on 
GitHub](https://img.shields.io/badge/GitHub-apache%2Farrow-nanoarrow-blue)](https://github.com/apache/arrow-nanoarrow)
+[![nanoarrow on 
GitHub](https://img.shields.io/badge/GitHub-apache%2Farrow--nanoarrow-blue)](https://github.com/apache/arrow-nanoarrow)
 
 The nanoarrow library is a set of helper functions to interpret and generate
 [Arrow C Data 
Interface](https://arrow.apache.org/docs/format/CDataInterface.html)

Reply via email to