From 637a891b8c031e009ef62047affe31b1c07ffb87 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Wed, 25 Sep 2019 11:22:04 +1200 Subject: [PATCH] DOC Include link to semver.org in modern JS / GQL warning --- .../07_ReactJS_Redux_and_GraphQL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: