Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_broken_links' into 'master'
Browse files Browse the repository at this point in the history
bugfix: fix broken links

Closes DOC-10310

See merge request ae_group/esp-dev-kits!282
  • Loading branch information
esp-momo committed Feb 21, 2025
2 parents f8dd486 + 0965aa1 commit 1828e00
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 31 deletions.
2 changes: 2 additions & 0 deletions docs/conf_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@

linkcheck_exclude_documents = ['index', # several false positives due to the way we link to different sections
]
linkcheck_ignore = ['https://github.com/espressif/esp-dev-kits/tree/.*', # false positives due to the way we link to folder in the repo
]
3 changes: 2 additions & 1 deletion docs/en/esp-wrover-kit/user_guide_v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@ Related Documents

* `ESP-WROVER-KIT v2 schematic`_ (PDF)
* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
* `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
* `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ (PDF)

.. * `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
.. |jp1-sd_io2| image:: ../../_static/esp-wrover-kit/wrover-jp1-sd_io2.png
.. |jp1-both| image:: ../../_static/esp-wrover-kit/wrover-jp1-both.png
.. |jp7-ext_5v| image:: ../../_static/esp-wrover-kit/wrover-jp7-ext_5v.png
Expand Down
3 changes: 2 additions & 1 deletion docs/en/esp-wrover-kit/user_guide_v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,10 @@ Related Documents

* `ESP-WROVER-KIT v3 schematic`_ (PDF)
* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
* `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
* `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ (PDF)

.. * `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
.. |jp7-ext_5v| image:: ../../_static/esp-wrover-kit/esp-wrover-kit-v3-jp7-ext_5v.png
.. |jp7-usb_5v| image:: ../../_static/esp-wrover-kit/esp-wrover-kit-v3-jp7-usb_5v.png
.. |jp8| image:: ../../_static/esp-wrover-kit/esp-wrover-kit-v3-jp8.png
Expand Down
4 changes: 2 additions & 2 deletions docs/en/esp32-c6-devkitc-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The older version: :doc:`user_guide_v1.1`

This user guide will help you get started with ESP32-C6-DevKitC-1 and will also provide more in-depth information.

ESP32-C6-DevKitC-1 is an entry-level development board based on `ESP32-C6-WROOM-1(U) <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_en.pdf>`_, a general-purpose module with a 8 MB SPI flash. This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions.
ESP32-C6-DevKitC-1 is an entry-level development board based on `ESP32-C6-WROOM-1(U) <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_en.pdf>`_, a general-purpose module with a 8 MB SPI flash. This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions.

Most of the I/O pins are broken out to the pin headers on both sides for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-C6-DevKitC-1 on a breadboard.

Expand Down Expand Up @@ -266,7 +266,7 @@ Related Documents
For further design documentation for the board, please contact us at `[email protected] <[email protected]>`_.

.. _ESP32-C6 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf
.. _ESP32-C6-WROOM-1 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_en.pdf
.. _ESP32-C6-WROOM-1 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_en.pdf
.. _ESP32-C6-DevKitC-1 Schematic v1.4: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics_v1.4.pdf
.. _ESP32-C6-DevKitC-1 Schematic v1.3: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics_v1.3.pdf
.. _ESP32-C6-DevKitC-1 Schematic v1.2: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics_v1.2.pdf
Expand Down
4 changes: 2 additions & 2 deletions docs/en/esp32-c6-devkitc-1/user_guide_v1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ New version available: :doc:`user_guide`

This user guide will help you get started with ESP32-C6-DevKitC-1 and will also provide more in-depth information.

ESP32-C6-DevKitC-1 is an entry-level development board based on `ESP32-C6-WROOM-1 <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_en.pdf>`_, a general-purpose module with a 8 MB SPI flash. This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions.
ESP32-C6-DevKitC-1 is an entry-level development board based on `ESP32-C6-WROOM-1 <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_en.pdf>`_, a general-purpose module with a 8 MB SPI flash. This board integrates complete Wi-Fi, Bluetooth LE, Zigbee, and Thread functions.

Most of the I/O pins are broken out to the pin headers on both sides for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-C6-DevKitC-1 on a breadboard.

Expand Down Expand Up @@ -249,7 +249,7 @@ Related Documents
For further design documentation for the board, please contact us at `[email protected] <[email protected]>`_.

.. _ESP32-C6 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_en.pdf
.. _ESP32-C6-WROOM-1 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_en.pdf
.. _ESP32-C6-WROOM-1 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_en.pdf
.. _ESP32-C6-DevKitC-1 Schematic: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics.pdf
.. _ESP32-C6-DevKitC-1 PCB Layout: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-pcb-layout.pdf
.. _ESP32-C6-DevKitC-1 Dimensions: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-dimensions.pdf
Expand Down
4 changes: 1 addition & 3 deletions docs/en/esp32-s2-devkitc-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,7 @@ This is the first revision of this board released.
Related Documents
=================

* `ESP32-S2 Series Chip Revision v1.0 Datasheet`_ (PDF)
* `ESP32-S2 Series Chip Revision v0.0 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf>`_ (PDF)
* `ESP32-S2 Series Chip Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf>`_ (PDF)
* `ESP32-S2 Series SoC Errata`_ (PDF)
* `ESP32-S2-SOLO-2 & ESP32-S2-SOLO-2U Module Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2-solo-2_esp32-s2-solo-2u_datasheet_en.pdf>`_ (PDF)
* `ESP32-S2-SOLO & ESP32-S2-SOLO-U Module Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2-solo_esp32-s2-solo-u_datasheet_en.pdf>`_ (PDF)
Expand All @@ -445,6 +444,5 @@ Related Documents
For further design documentation for the board, please contact us at `[email protected] <[email protected]>`_.

.. _NRND: https://www.espressif.com/en/products/longevity-commitment?id=nrnd
.. _ESP32-S2 Series Chip Revision v1.0 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s2-v1.0_datasheet_en.pdf
.. _ESP32-S2 Series SoC Errata: https://espressif.com/sites/default/files/documentation/esp32-s2_errata_en.pdf
.. _ESP32-S2-DevKitC-1 Schematic: https://dl.espressif.com/dl/schematics/esp-idf/SCH_ESP32-S2-DEVKITC-1_V1_20220817.pdf
4 changes: 1 addition & 3 deletions docs/en/esp32-s2-devkitm-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ This is the first revision of this board released.
Related Documents
=================

* `ESP32-S2 Series Chip Revision v1.0 Datasheet`_ (PDF)
* `ESP32-S2 Series Chip Revision v0.0 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf>`_ (PDF)
* `ESP32-S2 Series Chip Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf>`_ (PDF)
* `ESP32-S2 Series SoC Errata`_ (PDF)
* `ESP32-S2-MINI-2 & ESP32-S2-MINI-2U Module Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-2_esp32-s2-mini-2u_datasheet_en.pdf>`_ (PDF)
* `ESP32-S2-MINI-1 & ESP32-S2-MINI-1U Module Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-1_esp32-s2-mini-1u_datasheet_en.pdf>`_ (PDF)
Expand All @@ -313,5 +312,4 @@ Related Documents
For other design documentation for the board, please contact us at `[email protected] <[email protected]>`_.

.. _NRND: https://www.espressif.com/en/products/longevity-commitment?id=nrnd
.. _ESP32-S2 Series Chip Revision v1.0 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s2-v1.0_datasheet_en.pdf
.. _ESP32-S2 Series SoC Errata: https://espressif.com/sites/default/files/documentation/esp32-s2_errata_en.pdf
2 changes: 1 addition & 1 deletion docs/en/esp32-s2-kaluga-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Software Setup

Please proceed to `Get Started <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html>`_, where Section `Installation <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html#get-started-step-by-step>`_ will quickly help you set up the development environment.

The programming guide and application examples for your ESP32-S2-Kaluga-1 kit can be found in `esp-dev-kits <https://github.com/espressif/esp-dev-kits/tree/master/esp32-s2-kaluga-1>`_ repository on GitHub.
The programming guide and application examples for your ESP32-S2-Kaluga-1 kit can be found in :project:`Examples <examples/esp32-s2-kaluga-1>` on GitHub.

A Board Support Package can be found in `ESP Component Registry <https://components.espressif.com/component/espressif/esp32_s2_kaluga_kit>`_.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/esp32-s2-kaluga-1/user_guide_v1.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Software Setup

Please proceed to `Get Started <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html>`_, where Section `Installation <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html#get-started-step-by-step>`_ will quickly help you set up the development environment.

The programming guide and application examples for your ESP32-S2-Kaluga-1 kit can be found in `esp-dev-kits <https://github.com/espressif/esp-dev-kits/tree/master/esp32-s2-kaluga-1>`_ repository on GitHub.
The programming guide and application examples for your ESP32-S2-Kaluga-1 kit can be found in :project:`Examples <examples/esp32-s2-kaluga-1>` on GitHub.


Contents and Packaging
Expand Down
2 changes: 1 addition & 1 deletion docs/en/esp32-sense-kit/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Related Resources
- **Set up Software Environment**

- `ESP-IDF <https://github.com/espressif/esp-idf>`__ is the SDK for ESP32. You can refer to `Get Started <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/index.html>`__ for how to set up the ESP32 software environment.
- `ESP-Prog <../esp-prog/index.html>`__ is the debugger for ESP32 that features download and debugging functions.
- `ESP-Prog <https://docs.espressif.com/projects/esp-dev-kits/en/latest/other/esp-prog/index.html>`__ is the debugger for ESP32 that features download and debugging functions.

- **ESP32 IoT Solution**

Expand Down
3 changes: 2 additions & 1 deletion docs/zh_CN/esp-wrover-kit/user_guide_v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@ USB 供电 使能 UART 通信

* `ESP-WROVER-KIT v2 原理图`_ (PDF)
* `《ESP32 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-WROVER 技术规格书》 <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-WROOM-32 技术规格书》 <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_cn.pdf>`_ (PDF)

.. * `《ESP32-WROVER 技术规格书》 <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_cn.pdf>`_ (PDF)
.. |jp1-sd_io2| image:: ../../_static/esp-wrover-kit/wrover-jp1-sd_io2.png
.. |jp1-both| image:: ../../_static/esp-wrover-kit/wrover-jp1-both.png
.. |jp7-ext_5v| image:: ../../_static/esp-wrover-kit/wrover-jp7-ext_5v.png
Expand Down
3 changes: 2 additions & 1 deletion docs/zh_CN/esp-wrover-kit/user_guide_v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,10 @@ USB 供电 使能 UART 通信

* `ESP-WROVER-KIT v3 原理图`_ (PDF)
* `《ESP32 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-WROVER 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-WROOM-32 技术规格书》 <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_cn.pdf>`_ (PDF)

.. * `《ESP32-WROVER 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_cn.pdf>`_ (PDF)
.. |jp7-ext_5v| image:: ../../_static/esp-wrover-kit/esp-wrover-kit-v3-jp7-ext_5v.png
.. |jp7-usb_5v| image:: ../../_static/esp-wrover-kit/esp-wrover-kit-v3-jp7-usb_5v.png
.. |jp8| image:: ../../_static/esp-wrover-kit/esp-wrover-kit-v3-jp8.png
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/esp32-c6-devkitc-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ESP32-C6-DevKitC-1 v1.2

本指南将帮助您快速上手 ESP32-C6-DevKitC-1,并提供该款开发板的详细信息。

ESP32-C6-DevKitC-1 是一款入门级开发板,使用带有 8 MB SPI flash 的通用型模组 `ESP32-C6-WROOM-1(U) <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_cn.pdf>`_。该款开发板具备完整的 Wi-Fi、低功耗蓝牙、Zigbee 及 Thread 功能。
ESP32-C6-DevKitC-1 是一款入门级开发板,使用带有 8 MB SPI flash 的通用型模组 `ESP32-C6-WROOM-1(U) <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_cn.pdf>`_。该款开发板具备完整的 Wi-Fi、低功耗蓝牙、Zigbee 及 Thread 功能。

板上模组大部分管脚均已引出至两侧排针,开发人员可根据实际需求,轻松通过跳线连接多种外围设备,同时也可将开发板插在面包板上使用。

Expand Down Expand Up @@ -266,7 +266,7 @@ ESP32-C6-DevKitC-1 v1.1
有关本开发板的更多设计文档,请联系我们的商务部门 `[email protected] <[email protected]>`_。

.. _ESP32-C6 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_cn.pdf
.. _ESP32-C6-WROOM-1 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_cn.pdf
.. _ESP32-C6-WROOM-1 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_cn.pdf
.. _ESP32-C6-DevKitC-1 原理图 v1.4: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics_v1.4.pdf
.. _ESP32-C6-DevKitC-1 原理图 v1.3: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics_v1.3.pdf
.. _ESP32-C6-DevKitC-1 原理图 v1.2: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics_v1.2.pdf
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/esp32-c6-devkitc-1/user_guide_v1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ESP32-C6-DevKitC-1 v1.1

本指南将帮助您快速上手 ESP32-C6-DevKitC-1,并提供该款开发板的详细信息。

ESP32-C6-DevKitC-1 是一款入门级开发板,使用带有 8 MB SPI flash 的通用型模组 `ESP32-C6-WROOM-1 <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_cn.pdf>`_。该款开发板具备完整的 Wi-Fi、低功耗蓝牙、Zigbee 及 Thread 功能。
ESP32-C6-DevKitC-1 是一款入门级开发板,使用带有 8 MB SPI flash 的通用型模组 `ESP32-C6-WROOM-1 <https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_cn.pdf>`_。该款开发板具备完整的 Wi-Fi、低功耗蓝牙、Zigbee 及 Thread 功能。

板上模组大部分管脚均已引出至两侧排针,开发人员可根据实际需求,轻松通过跳线连接多种外围设备,同时也可将开发板插在面包板上使用。

Expand Down Expand Up @@ -249,7 +249,7 @@ J3
有关本开发板的更多设计文档,请联系我们的商务部门 `[email protected] <[email protected]>`_。

.. _ESP32-C6 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c6_datasheet_cn.pdf
.. _ESP32-C6-WROOM-1 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_datasheet_cn.pdf
.. _ESP32-C6-WROOM-1 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c6-wroom-1_wroom-1u_datasheet_cn.pdf
.. _ESP32-C6-DevKitC-1 原理图: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-schematics.pdf
.. _ESP32-C6-DevKitC-1 PCB 布局图: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-pcb-layout.pdf
.. _ESP32-C6-DevKitC-1 尺寸图: ../../_static/esp32-c6-devkitc-1/schematics/esp32-c6-devkitc-1-dimensions.pdf
Expand Down
4 changes: 1 addition & 3 deletions docs/zh_CN/esp32-s2-devkitc-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ J3
相关文档
========

* `ESP32-S2 系列芯片 v1.0 版本技术规格书`_ (PDF)
* `ESP32-S2 系列芯片 v0.0 版本技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_cn.pdf>`_ (PDF)
* `ESP32-S2 系列芯片技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-S2 系列芯片勘误表》`_ (PDF)
* `《ESP32-S2-SOLO-2 & ESP32-S2-SOLO-2U 模组技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32-s2-solo-2_esp32-s2-solo-2u_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-S2-SOLO & ESP32-S2-SOLO-U 模组技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32-s2-solo_esp32-s2-solo-u_datasheet_cn.pdf>`_ (PDF)
Expand All @@ -453,6 +452,5 @@ J3
有关本开发板的更多设计文档,请联系我们的商务部门 `[email protected] <[email protected]>`_。

.. _不推荐用于新设计: https://www.espressif.com/zh-hans/products/longevity-commitment
.. _ESP32-S2 系列芯片 v1.0 版本技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-s2-v1.0_datasheet_cn.pdf
.. _《ESP32-S2 系列芯片勘误表》: https://espressif.com/sites/default/files/documentation/esp32-s2_errata_cn.pdf
.. _ESP32-S2-DevKitC-1 原理图: https://dl.espressif.com/dl/schematics/esp-idf/SCH_ESP32-S2-DEVKITC-1_V1_20220817.pdf
4 changes: 1 addition & 3 deletions docs/zh_CN/esp32-s2-devkitm-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ J3
相关文档
========

* `ESP32-S2 系列芯片 v1.0 版本技术规格书`_ (PDF)
* `ESP32-S2 系列芯片 v0.0 版本技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_cn.pdf>`_ (PDF)
* `ESP32-S2 系列芯片 v1.0 版本技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-S2 系列芯片勘误表》`_ (PDF)
* `《ESP32-S2-MINI-2 & ESP32-S2-MINI-2U 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-2_esp32-s2-mini-2u_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-S2-MINI-1 & ESP32-S2-MINI-1U 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-1_esp32-s2-mini-1u_datasheet_cn.pdf>`_ (PDF)
Expand All @@ -321,5 +320,4 @@ J3
有关本开发板的更多设计文档,请联系我们的商务部门 `[email protected] <[email protected]>`_。

.. _不推荐用于新设计: https://www.espressif.com/zh-hans/products/longevity-commitment
.. _ESP32-S2 系列芯片 v1.0 版本技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-s2-v1.0_datasheet_cn.pdf
.. _《ESP32-S2 系列芯片勘误表》: https://espressif.com/sites/default/files/documentation/esp32-s2_errata_cn.pdf
2 changes: 1 addition & 1 deletion docs/zh_CN/esp32-s2-kaluga-1/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ ESP32-S2-Kaluga-1 上电前,请首先确认开发板完好无损。

请前往 `快速入门 <https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s2/get-started/index.html>`_,在 `安装 <https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s2/get-started/index.html#get-started-step-by-step>`_ 一节查看如何快速设置开发环境。

你还可以点击 `这里 <https://github.com/espressif/esp-dev-kits/tree/master/esp32-s2-kaluga-1>`_,获取有关 ESP32-S2-Kaluga-1 套件编程指南与应用示例的更多内容。
你还可以点击 :project:`示例 <examples/esp32-s2-kaluga-1>`,获取有关 ESP32-S2-Kaluga-1 套件编程指南与应用示例的更多内容。

你可以在 `乐鑫组件注册表 <https://components.espressif.com>`_ 中下载板级支持包 (BSP)。

Expand Down
Loading

0 comments on commit 1828e00

Please sign in to comment.