From 154fb7046855f55c10f1e28a6d92c85e9b77ed79 Mon Sep 17 00:00:00 2001 From: Christopher Darling Date: Thu, 19 Nov 2020 13:54:21 +0000 Subject: [PATCH] DOCS replace broken Director link to Routing --- docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md b/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md index 5b28e4fea..c7e470900 100644 --- a/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md +++ b/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md @@ -80,7 +80,7 @@ below the search form on the left. You can have more customised logic and interface feedback through a custom controller. Let's create a simple upload form (which is used for `MyDataObject` instances). You'll need to add a route to your controller to make it accessible via URL -(see [director](/reference/director)). +(see [Routing](../../controllers/routing/)). ```php