From a91bdd43c82ef68fad5d335ab5fe0b082e710b9d Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Fri, 5 Dec 2025 16:17:23 -0500 Subject: [PATCH] Updated link --- libs/state/src/core/user-state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/state/src/core/user-state.ts b/libs/state/src/core/user-state.ts index b8272426941..16969c632c2 100644 --- a/libs/state/src/core/user-state.ts +++ b/libs/state/src/core/user-state.ts @@ -19,7 +19,7 @@ export const activeMarker: unique symbol = Symbol("active"); /** * @deprecated ActiveUserState is deprecated. Use SingleUserState instead. - * See https://github.com/bitwarden/clients/tree/main/libs/state#should-i-use-activeuserstate + * See [state README](../../README.md#should-i-use-activeuserstate) for details. */ export interface ActiveUserState extends UserState { readonly [activeMarker]: true;