mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
docs: incorrect reference link (#2806)
This commit is contained in:
committed by
GitHub
parent
25b7f4f2d6
commit
7ad8129cf9
@@ -67,10 +67,6 @@ export const myAdapter = (config: CustomAdapterConfig = {}) =>
|
||||
// ...
|
||||
});
|
||||
```
|
||||
|
||||
<Callout>
|
||||
Learn more about the `config` object [here](/docs/adapters/custom-adapter#config).
|
||||
</Callout>
|
||||
</Step>
|
||||
|
||||
<Step>
|
||||
@@ -106,7 +102,7 @@ export const myAdapter = (config: CustomAdapterConfig = {}) =>
|
||||
```
|
||||
|
||||
<Callout>
|
||||
Learn more about the `adapter` function [here](/docs/adapters/custom-adapter#adapter).
|
||||
Learn more about the `adapter` here [here](/docs/concepts/database#adapters).
|
||||
</Callout>
|
||||
</Step>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user