Skip to content

Commit bec694f

Browse files
committed
docs: correct link for the KV adapters
AdminForth/1772/fix-docs-deploy
1 parent 3489a2f commit bec694f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • adminforth/documentation/docs/tutorial/03-Customization

adminforth/documentation/docs/tutorial/03-Customization/04-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For example, you can change the way columns value is displayed by changing the v
177177
}
178178
```
179179

180-
Also you can use this hook to enrich the returned records list with some additional data fields which might be handy for custom Vue components defined in `components.list` or `components.show` for this resource. For example you can use [key-value adapter](/docs/tutorial/06-Adapters/07-key-value-adapters/) to get some global configuration values and add them to each record in the list:
180+
Also you can use this hook to enrich the returned records list with some additional data fields which might be handy for custom Vue components defined in `components.list` or `components.show` for this resource. For example you can use [key-value adapter](/docs/tutorial/Adapters/key-value-adapters/) to get some global configuration values and add them to each record in the list:
181181

182182
```ts title='./resources/apartments.ts'
183183

0 commit comments

Comments
 (0)