From 5af6192a0552cd2a3ab417f3776e12b788b899d1 Mon Sep 17 00:00:00 2001 From: Charlotte Herngreen Date: Fri, 19 Apr 2024 18:33:09 +0200 Subject: [PATCH] Fix typo: swapped documentation links The docs link for citro3d-sys went to citro3d and vice versa. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e88eafb..5a5bf5a 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ library, to write homebrew graphical programs for the Nintendo 3DS. ## Crates * [`citro3d-sys`](./citro3d-sys) - C bindings to `libcitro3d` - ([docs](https://rust3ds.github.io/citro3d-rs/crates/citro3d)) -* [`citro3d`](./citro3d) - safe Rust wrappers for `citro3d-sys` (WIP) ([docs](https://rust3ds.github.io/citro3d-rs/crates/citro3d_sys)) +* [`citro3d`](./citro3d) - safe Rust wrappers for `citro3d-sys` (WIP) + ([docs](https://rust3ds.github.io/citro3d-rs/crates/citro3d)) * [`citro3d-macros`](./citro3d-macros/) – helper proc-macros for `citro3d` ## License