From 315d893e834a6153da76fce5b7866dbba3908575 Mon Sep 17 00:00:00 2001 From: Anna Bridge Date: Thu, 15 Dec 2016 18:13:35 +0000 Subject: [PATCH] Update README.md to link to the set of release notes Instead of referencing a specific release version here, thus negating the need to update this readme for every minor release. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 523bbadefe..0d44946ce6 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@ mbed OS is an open-source embedded operating system designed specifically for th mbed OS accelerates the process of creating a connected product by providing a platform operating system that includes robust security foundations, standards based communication capabilities, built-in cloud management services, and drivers for sensors, I/O devices and connectivity. mbed OS is built as a modular, configurable software stack so that you can readily customize it to the device you're developing for, and reduce memory requirements by excluding unnecessary software components. ## Current release - -Our current release series is mbed OS 5.2: -- [Release Note](https://docs.mbed.com/docs/mbed-os-release-notes/en/latest/5_2/release_note/) +The current release, along with a selection of previous versions are detailed here: +[Release Notes](https://docs.mbed.com/docs/mbed-os-release-notes/en/latest/) ## Getting Started for Developers