From 631bc9c884bbb369509a27665cca6608411dedad Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 10 Jul 2021 13:24:11 +0200 Subject: [PATCH] fix intra-doc link --- packages/sycamore/src/rx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sycamore/src/rx.rs b/packages/sycamore/src/rx.rs index d0d7e6286..7e2359cbf 100644 --- a/packages/sycamore/src/rx.rs +++ b/packages/sycamore/src/rx.rs @@ -11,7 +11,7 @@ pub use motion::*; pub use signal::*; /// Creates a new reactive root / scope. Generally, you won't need this method as it is called -/// automatically in [`render`](crate::utils::render()). +/// automatically in [`utils::render`][crate::utils::render]. /// /// # Example /// ```