Update 03_Requirements.md

Update Blocking section to reflect new vendor path
This commit is contained in:
Juan Molina 2018-06-02 19:30:12 +02:00 committed by GitHub
parent 2510935b53
commit 031f8b23ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,7 +334,7 @@ One common example is to block the core `jquery.js` added by various form fields
version in a custom location. This assumes you have tested your application with the newer version.
```php
Requirements::block('silverstripe-admin/thirdparty/jquery/jquery.js');
Requirements::block('vendor/silverstripe/admin/thirdparty/jquery/jquery.js');
```
<div class="alert" markdown="1">