From b0e13a9761003df3a3a6bc6737a0a826fe9aafc5 Mon Sep 17 00:00:00 2001 From: Conner Bryan Date: Sun, 18 Feb 2024 00:32:51 -0500 Subject: [PATCH] Fix docs.rs link to Raycast struct (#108) The link pointed to the struct before the immediate / deferred module split. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccf1511..1f2018e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A small [Bevy](https://github.com/bevyengine/bevy) plugin for mesh raycasting. ## Getting Started -Using the [`Raycast`](https://docs.rs/bevy_mod_raycast/latest/bevy_mod_raycast/system_param/struct.Raycast.html) system param, you don't even need to add a plugin, you can directly raycast into the ECS: +Using the [`Raycast`](https://docs.rs/bevy_mod_raycast/latest/bevy_mod_raycast/immediate/struct.Raycast.html) system param, you don't even need to add a plugin, you can directly raycast into the ECS: ```rs use bevy_mod_raycast::prelude::*; @@ -43,4 +43,4 @@ I intend to track the `main` branch of Bevy. PRs supporting this are welcome! | 0.6 | 0.3 | | 0.5 | 0.2 | | 0.4 | 0.1 | - \ No newline at end of file +