From bdf1882a621aeda9f64e0990fd0ea29815fcc4fa Mon Sep 17 00:00:00 2001 From: Mattia Righetti <matt95.righetti@gmail.com> Date: Wed, 4 May 2022 02:16:55 +0200 Subject: [PATCH] Fix broken links to Arrow and Parquet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6967f..c0d552c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * `pqrs` is a command line tool for inspecting [Parquet](https://parquet.apache.org/) files * This is a replacement for the [parquet-tools](https://github.com/apache/parquet-mr/tree/master/parquet-tools-deprecated) utility written in Rust -* Built using the Rust implementation of [Parquet](https://github.com/apache/arrow/tree/master/rust/parquet) and [Arrow](https://github.com/apache/arrow/tree/master/rust/arrow) +* Built using the Rust implementation of [Parquet](https://github.com/apache/arrow-rs/tree/master/parquet) and [Arrow](https://github.com/apache/arrow-rs/tree/master/arrow) * `pqrs` roughly means "parquet-tools in rust"