diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md index bb888084c..053e03f67 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md @@ -18,7 +18,8 @@ All of these pillars of the frontend application can be customised, giving you m
These technologies underpin the future of SilverStripe CMS development, but their current implementation is _experimental_. Our APIs are not expected to change drastically between releases, but they are excluded from -our Semver commitments for the time being. Any breaking changes will be clearly signalled in release notes. +our [semantic versioning](https://semver.org) commitments for the time being. Any breaking changes will be +clearly signalled in release notes.
First, a brief summary of what each of these are: