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;