ソースを参照

chore: Fix broken link in docs

Michael Bromley 1 年間 前
コミット
1b40064493
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/docs/guides/developer-guide/cache/index.mdx

+ 1 - 1
docs/docs/guides/developer-guide/cache/index.mdx

@@ -198,7 +198,7 @@ any kind of data, not just serializable data.
 ## Session Cache
 ## Session Cache
 
 
 There is an additional cache which is specifically used to cache session data, since this data is commonly
 There is an additional cache which is specifically used to cache session data, since this data is commonly
-accessed on almost all requests. Since v3.1, the default is to use the [DefaultSessionCacheStrategy](/reference/typescript-api/cache/default-session-cache-strategy)
+accessed on almost all requests. Since v3.1, the default is to use the [DefaultSessionCacheStrategy](/reference/typescript-api/auth/default-session-cache-strategy)
 which internally just uses whatever the current `CacheStrategy` is to store the data.
 which internally just uses whatever the current `CacheStrategy` is to store the data.
 
 
 This means that in most cases you don't need to worry about the session cache, but if you have specific
 This means that in most cases you don't need to worry about the session cache, but if you have specific