From a26fe8ecc53d152b79ea9915be49c2423bb51ec0 Mon Sep 17 00:00:00 2001 From: denihs Date: Wed, 15 May 2024 15:00:10 -0400 Subject: [PATCH] Update v3 docs to fix link --- v3-docs/docs/api/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/api/accounts.md b/v3-docs/docs/api/accounts.md index be3e1f80e8..8724746678 100644 --- a/v3-docs/docs/api/accounts.md +++ b/v3-docs/docs/api/accounts.md @@ -17,7 +17,7 @@ login provider packages: `accounts-password`, `accounts-facebook`, Read more about customizing user accounts in the [Accounts](http://guide.meteor.com/accounts.html) article in the Meteor Guide. -### Accounts with Session Storage {# accounts-session-storage} +### Accounts with Session Storage {#accounts-session-storage} By default, Meteor uses Local Storage to store, among other things, login tokens in your browser session. But, for some applications, it makes sense to use Session Storage instead. You can achieve this by adding this to your settings: