Skip to content

Commit 8946c9a

Browse files
committed
fix(docs): links
1 parent 983aa8d commit 8946c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub async fn handle_server_fns(req: Request) -> Result<Response> {
166166
/// of one that should work much like this one.
167167
///
168168
/// **NOTE**: If your server functions expect a context, make sure to provide it both in
169-
/// [`handle_server_fns_with_context`] **and** in [`leptos_routes_with_context`] (or whatever
169+
/// [`handle_server_fns_with_context`] **and** in [`leptos_routes_with_context`](LeptosRoutes#leptos_routes_with_context) (or whatever
170170
/// rendering method you are using). During SSR, server functions are called by the rendering
171171
/// method, while subsequent calls from the client are handled by the server function handler.
172172
/// The same context needs to be provided to both handlers.

0 commit comments

Comments
 (0)