From f7bde5ff57af5cec5629b788989031359f585b68 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Thu, 29 Mar 2018 19:24:07 +0100 Subject: [PATCH] Fix ndarray link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37255b8..ab56fff 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https ### Data processing -* [bluss/rust-ndarray](https://github.com/bluss/rust-ndarray) — N-dimensional array with array views, multidimensional slicing, and efficient operations +* [bluss/ndarray](https://github.com/bluss/ndarray) — N-dimensional array with array views, multidimensional slicing, and efficient operations * [kernelmachine/utah](https://github.com/kernelmachine/utah) — Dataframe structure and operations in Rust * [weld-project/weld](https://github.com/weld-project/weld) - High-performance runtime for data analytics applications