Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fixed link from the API to the guide #1290

Merged
merged 1 commit into from
Nov 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down