From 31d7c1392363a56203998e825ee4458b536b18d3 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 30 Nov 2015 13:20:36 +0300 Subject: [PATCH] Update documentation links --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aeb46b3e6..fbd66bedf 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ If you find this ESP8266 board manager useful, please consider supporting it wit ##### Stable version ![](http://arduino.esp8266.com/stable/badge.svg) Boards manager link: `http://arduino.esp8266.com/stable/package_esp8266com_index.json` -Documentation: [Reference](http://arduino.esp8266.com/stable/doc/reference.html) +Documentation: [http://esp8266.github.io/Arduino/versions/2.0.0/](http://esp8266.github.io/Arduino/versions/2.0.0/) ##### Staging version ![](http://arduino.esp8266.com/staging/badge.svg) Boards manager link: `http://arduino.esp8266.com/staging/package_esp8266com_index.json` -Documentation: [Reference](http://arduino.esp8266.com/staging/doc/reference.html) +Documentation: [http://esp8266.github.io/Arduino/versions/2.0.0-rc2/](http://esp8266.github.io/Arduino/versions/2.0.0-rc2/) ### Using git version [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) @@ -51,9 +51,11 @@ python get.py Documentation for latest development version: - [Reference](doc/reference.md) +- [Libraries](doc/libraries.md) +- [File system](doc/filesystem.md) +- [OTA update](doc/ota_updates/ota_updates.md) - [Supported boards](doc/boards.md) - [Change log](doc/changes.md) -- [OTA Update](doc/ota_updates/ota_updates.md) ### Issues and support ###