From ca2fd85aef6a2d764a41664344e84c132dfbe57f Mon Sep 17 00:00:00 2001 From: Sebastian Kinzlinger Date: Sun, 3 Jan 2021 08:58:42 +0200 Subject: [PATCH] Update interfaces.md Correct link for types. --- docs/guides/extensions/interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/extensions/interfaces.md b/docs/guides/extensions/interfaces.md index c2c4b5140c..8fde8f9766 100644 --- a/docs/guides/extensions/interfaces.md +++ b/docs/guides/extensions/interfaces.md @@ -35,7 +35,7 @@ export default { - `description` — A short description (<80 characters) of this interface shown in the App. - `icon` — An icon name from the material icon set, or the extended list of Directus custom icons. - `component` — A reference to your Vue component. -- `types` — A CSV of supported [types](#). +- `types` — A CSV of supported [types](/concepts/platform-overview.html#types). ::: tip