diff --git a/README.md b/README.md
index 6082d528da..7a5feef87c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
* [中文版](./README_CN.md)
-ESP-IDF is the official development framework for the [ESP32 and ESP32-S Series SoCs](https://www.espressif.com/en/products/hardware/soc).
+ESP-IDF is the official development framework for the **ESP32** and **ESP32-S** Series SoCs.
# Developing With ESP-IDF
@@ -10,8 +10,12 @@ ESP-IDF is the official development framework for the [ESP32 and ESP32-S Series
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/)
+| Chip | Getting Started Guides for ESP-IDF |
+|:----:|:----|
+| |
[stable](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/) version
[latest (master branch)](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/) version
|
+| |
[latest (master branch)](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/) version
|
+
+**Note:** Each ESP-IDF release has its own documentation. Please see Section [Versions](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/versions.html) how to find documentation and how to checkout specific release of ESP-IDF.
### Non-GitHub forks
diff --git a/README_CN.md b/README_CN.md
index 92cfc189ec..5069ebe63e 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -2,7 +2,7 @@
* [English Version](./README.md)
-ESP-IDF 是由乐鑫官方推出的针对 [ESP32 和 ESP32-S2](https://www.espressif.com/en/products/hardware/soc) 系列芯片的开发框架。
+ESP-IDF 是由乐鑫官方推出的针对 **ESP32** 和 **ESP32-S2** 系列芯片的开发框架。
# 使用 ESP-IDF 进行开发
@@ -10,8 +10,13 @@ ESP-IDF 是由乐鑫官方推出的针对 [ESP32 和 ESP32-S2](https://www.espre
请参阅如下指南搭建 ESP-IDF 的开发环境:
-* [ESP-IDF 稳定版本的入门指南](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/)
-* [ESP-IDF 开发版本(master 分支)的入门指南](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/)
+| 芯片 | ESP-IDF 入门指南 |
+|:----:|:----|
+| |