DOCS Fix broken docs hashlink

Fixes #7534
This commit is contained in:
Damian Mooyman 2017-10-31 11:56:13 +13:00
parent 894aca96e6
commit d48e8960b4
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -17,7 +17,7 @@ guide developers in preparing existing 3.x code for compatibility with 4.0
arrangement of templates, as well as other references to classes via string literals or configuration.
Automatic upgrading tools have been developed to cope with the bulk of these changes (see
[upgrading notes](#upgrading)).
* Object class has been replaced with traits ([details](object-replace)).
* Object class has been replaced with traits ([details](#object-replace)).
* Asset storage has been abstracted, and a new concept of `DBFile` references via database column references
now exists in addition to references via the existing `File` dataobject. File security and protected files
are now a core feature ([details](#asset-storage))