From 0f9029f067c6d9857c5f1c089e57f9f699c88c1e Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Fri, 4 Nov 2022 18:36:24 +0700 Subject: [PATCH] Fixing link from the API to the guide --- src/doc/lib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/lib.md b/src/doc/lib.md index ae4dd9a9cd0..6b278e08d63 100644 --- a/src/doc/lib.md +++ b/src/doc/lib.md @@ -5,7 +5,7 @@ This is a library for efficient in-memory data operations with It is a re-write from the bottom up of the official `arrow` crate with soundness and type safety in mind. -Check out [the guide](https://jorgecarleitao.github.io/arrow2/) for an introduction. +Check out [the guide](https://jorgecarleitao.github.io/arrow2/main/guide/) for an introduction. Below is an example of some of the things you can do with it: ```rust