From a2ddb9b5c10b1196662a0321c0645bc4468cf311 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sun, 16 Jun 2024 07:25:11 +0200 Subject: [PATCH] link to book --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 654507ce..a5e2217d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ //! Currently [Rhai](https://rhai.rs/) and [Lua](https://lua.org/) are supported, but more languages may be added in the future. //! //! Everything you need to know to get started with using this library is contained in the -//! [bevy_scriptum book](https://link-to-book.com) +//! [bevy_scriptum book](https://jarkonik.github.io/bevy_scriptum/) //! //! API docs are available in [docs.rs](https://docs.rs/bevy_scriptum/latest/bevy_scriptum/) //!