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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new f99aa8358 Move the note about avro-rs to the top of the README
f99aa8358 is described below

commit f99aa8358a9aed38785a4a99a7f116fc1330ce66
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Sep 27 14:28:03 2024 +0300

    Move the note about avro-rs to the top of the README
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b95f2c5b6..517a15c70 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
-Apache Avro™<img align="right" height="160" src="doc/assets/icons/logo.svg" 
alt="Avro Logo"/>
+
+> [!IMPORTANT]  
+> The Rust SDK is moving to https://github.com/apache/avro-rs. Please use it 
for [new issues](https://github.com/apache/avro-rs/issues/new)
+ and [pull requests](https://github.com/apache/avro-rs/pulls)!
+ 
+ Apache Avro™<img align="right" height="160" src="doc/assets/icons/logo.svg" 
alt="Avro Logo"/>
 ============
 
 ### Current CI status (Github servers)
@@ -46,9 +51,6 @@ To contribute to Avro, please read:
 
   https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute
 
-> [!IMPORTANT]  
-> The Rust SDK is moving to https://github.com/apache/avro-rs. Please use it 
for [new issues](https://github.com/apache/avro-rs/issues/new)
- and [pull requests](https://github.com/apache/avro-rs/pulls)!
 
 <!-- Arranged this way for easy copy-pasting and editor string manipulation -->
 

Reply via email to