Merge pull request #9594 from unclecheese/pulls/4/doc-fix-image-path

DOC: Fix _images pathing
This commit is contained in:
Bryn Whyman 2020-07-15 11:57:45 +12:00 committed by GitHub
commit ec87061d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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