docs: incorrect reference link (#2806)

This commit is contained in:
KinfeMichael Tariku
2025-05-27 16:02:05 -07:00
committed by GitHub
parent 25b7f4f2d6
commit 7ad8129cf9

View File

@@ -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>