From fb1ac55ac7a6b7572a04fd367e83e354c39cbe47 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Thu, 31 Aug 2023 17:22:19 +0100 Subject: [PATCH] update to book getting started --- docs/book/src/get_started.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/book/src/get_started.md b/docs/book/src/get_started.md index b36d096..dfdf5f8 100644 --- a/docs/book/src/get_started.md +++ b/docs/book/src/get_started.md @@ -32,7 +32,6 @@ Please refer to the [functions list](functions.md) for more details. ## Stable Rust -Just like `leptos` this library can be safely run on stable rust. Just don't -forget to consult the Getting Started section of the `leptos` docs to understand -what that means. As of writing, it concerns mainly the getter and setter syntax -on signals, and the use of `cx` in closures. +Just like `leptos` this library can be safely run on stable rust. +In the [Getting Started section](https://leptos-rs.github.io/leptos/02_getting_started.html) +of the `leptos` docs you can read more about what this means. \ No newline at end of file