From 67bb6f8dc476d0d0781295d8a484d1f984af8522 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 6 Feb 2020 10:23:52 +1100 Subject: [PATCH] README: Drop the RTD docs status badge, add a note about docs not updating for a period --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeec5708a0..994c89a552 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ * [中文版](./README_CN.md) -[![Documentation Status](https://readthedocs.com/projects/espressif-esp-idf/badge/?version=latest)](https://docs.espressif.com/projects/esp-idf/en/latest/?badge=latest) - ESP-IDF is the official development framework for the [ESP32](https://espressif.com/en/products/hardware/esp32/overview) chip. # Developing With ESP-IDF @@ -15,6 +13,8 @@ See setup guides for detailed instructions to set up the ESP-IDF: * [Getting Started Guide for the stable ESP-IDF version](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/) * [Getting Started Guide for the latest (master branch) ESP-IDF version](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/) +*Note: ESP-IDF Programmers Guide is in the process of transitioning to a new documentation host. Master branch ("latest") docs will not be updated from 2020-02-05 for approximately two weeks. This note will be removed once the master branch docs are updating again. Other branch & release docs continue to update as normal.* + ### Non-GitHub forks ESP-IDF uses relative locations as its submodules URLs ([.gitmodules](.gitmodules)). So they link to GitHub.