From 96bd582eaeb4e5a58df05057504215804ae3b2a5 Mon Sep 17 00:00:00 2001 From: MiO9 Date: Tue, 28 Apr 2026 15:37:53 +0900 Subject: [PATCH] Fix resolve link at better-auth.md --- docs/integrations/better-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/better-auth.md b/docs/integrations/better-auth.md index 0cbe2533..d61b47cc 100644 --- a/docs/integrations/better-auth.md +++ b/docs/integrations/better-auth.md @@ -132,7 +132,7 @@ console.log( ) ``` ## Macro -You can use [macro](https://elysiajs.com/patterns/macro.html#macro) with [resolve](https://elysiajs.com/essential/handler.html#resolve) to provide session and user information before passing to the view. +You can use [macro](https://elysiajs.com/patterns/macro.html#macro) with [resolve](https://elysiajs.com/patterns/macro#resolve) to provide session and user information before passing to the view. ```ts import { Elysia } from 'elysia' import { auth } from './auth'