From f13c928b14f0ded74db91f3d421095a696e7333e Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Wed, 15 Jul 2020 11:32:38 +1200 Subject: [PATCH] Fix _images pathing --- docs/en/02_Developer_Guides/14_Files/01_File_Management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/14_Files/01_File_Management.md b/docs/en/02_Developer_Guides/14_Files/01_File_Management.md index 83193f5e2..b1c6d3d05 100644 --- a/docs/en/02_Developer_Guides/14_Files/01_File_Management.md +++ b/docs/en/02_Developer_Guides/14_Files/01_File_Management.md @@ -12,14 +12,14 @@ Management of files within the CMS is provided via the [silverstripe/asset-admin module. This is a rich and user friendly interface supporting most basic file operations, as well as control over the publishing and security of files. -![asset admin](/_images/asset-admin-demo.png) +![asset admin](../../_images/asset-admin-demo.png) ## UploadField If you have the [silverstripe/asset-admin](https://github.com/silverstripe/silverstripe-asset-admin) module installed then this provides a powerful component [api:SilverStripe\AssetAdmin\Forms\UploadField]. -![upload field](/_images/upload-field.png) +![upload field](../../_images/upload-field.png) You can add it to a page as below: