From 58613e2d4faa15131e93f015bb8fa5f8b3e2a32e Mon Sep 17 00:00:00 2001 From: fankaiLiu <93850567+fankaiLiu@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:20:19 +0800 Subject: [PATCH] update: access statements updated to valid document links (#11116) --- src/access.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/access.ts b/src/access.ts index e823e24b..d527afb6 100644 --- a/src/access.ts +++ b/src/access.ts @@ -1,5 +1,5 @@ /** - * @see https://umijs.org/zh-CN/plugins/plugin-access + * @see https://umijs.org/docs/max/access#access * */ export default function access(initialState: { currentUser?: API.CurrentUser } | undefined) { const { currentUser } = initialState ?? {};