mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +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>
|
||||||
|
|
||||||
<Step>
|
<Step>
|
||||||
@@ -106,7 +102,7 @@ export const myAdapter = (config: CustomAdapterConfig = {}) =>
|
|||||||
```
|
```
|
||||||
|
|
||||||
<Callout>
|
<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>
|
</Callout>
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user