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: