From 4dcf8e95ef875e6c5b62fd306e90de7d23d2ffac Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 1 Feb 2023 14:54:27 +0530 Subject: [PATCH] docs: Point all doc links to latest deployment This is the left over from !280 --- docs/README.md | 2 +- docs/en/certification.rst | 2 +- docs/en/developing.rst | 2 +- examples/blemesh_bridge/README.md | 2 +- examples/controller/README.md | 4 ++-- examples/generic_switch/README.md | 2 +- examples/light/README.md | 2 +- examples/light_switch/README.md | 2 +- examples/zap_light/README.md | 2 +- examples/zigbee_bridge/README.md | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5aa67ef40..39ad5207b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ Use actual documentation generated within about 20 minutes on each commit: # Hosted Documentation -* English: https://docs.espressif.com/projects/esp-matter/en/main/ +* English: https://docs.espressif.com/projects/esp-matter/en/latest/ The above URL is for the main branch latest version. Click the drop-down in the bottom left to choose a particular version or to download a PDF. diff --git a/docs/en/certification.rst b/docs/en/certification.rst index 30fe9dda9..a3ccba978 100644 --- a/docs/en/certification.rst +++ b/docs/en/certification.rst @@ -162,7 +162,7 @@ Here are the menuconfig options related to the usage of factory partition binary When selecting ``Attestation - Factory``, the app will use the PAI certificate, DAC, DAC private key, and CD in the factory partition binary. - When selecting ``Attestation - Secure Cert``, the app will use the PAI certificate, DAC, DAC private key, and CD in the secure cert partition. This option is for the `Pre-Provisioned Modules `__. And the original vendor ID and product ID should be added to the CD file for the Pre-Provisioned Modules. Please contact your Espressif contact person for more information. + When selecting ``Attestation - Secure Cert``, the app will use the PAI certificate, DAC, DAC private key, and CD in the secure cert partition. This option is for the `Pre-Provisioned Modules `__. And the original vendor ID and product ID should be added to the CD file for the Pre-Provisioned Modules. Please contact your Espressif contact person for more information. 3.3 Matter OTA Image Generation ------------------------------- diff --git a/docs/en/developing.rst b/docs/en/developing.rst index e7fa056fe..fa8bf8afb 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -764,7 +764,7 @@ This section introduces the Matter controller example. Now this example supports 2.4.5.1 Starting with device console ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -After you flash the controller example to the device. you can use `device console` to commission and send commands to the end-device. All of the controller commands start with *matter esp controller*. +After you flash the controller example to the device. you can use `device console` to commission and send commands to the end-device. All of the controller commands start with *matter esp controller*. 2.4.5.2 Pairing commands ^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/examples/blemesh_bridge/README.md b/examples/blemesh_bridge/README.md index 3937e642d..f30833adc 100644 --- a/examples/blemesh_bridge/README.md +++ b/examples/blemesh_bridge/README.md @@ -2,7 +2,7 @@ This example demonstrates a Matter-BLE Mesh Bridge that bridges BLE Mesh devices to Matter fabric. -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware. +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware. ## 1. Additional Environment Setup diff --git a/examples/controller/README.md b/examples/controller/README.md index 205890de9..83dd903f1 100644 --- a/examples/controller/README.md +++ b/examples/controller/README.md @@ -3,7 +3,7 @@ This example creates a Matter Controller using the ESP Matter data model. -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware. +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware. ## 1. Additional Environment Setup @@ -11,7 +11,7 @@ No additional setup is required. ## 2. Controller Example -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html#controller-example) for more information +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#controller-example) for more information about pairing and controling an end-device using this example ## A2 Appendix FAQs diff --git a/examples/generic_switch/README.md b/examples/generic_switch/README.md index a623eccb9..251ef0696 100644 --- a/examples/generic_switch/README.md +++ b/examples/generic_switch/README.md @@ -3,7 +3,7 @@ This example creates a Generic Switch device using the ESP Matter data model. -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware. +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware. ## 1. Additional Environment Setup diff --git a/examples/light/README.md b/examples/light/README.md index 28211a8e0..ce4bc491d 100644 --- a/examples/light/README.md +++ b/examples/light/README.md @@ -3,7 +3,7 @@ This example creates a Color Temperature Light device using the ESP Matter data model. -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware. +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware. ## 1. Additional Environment Setup diff --git a/examples/light_switch/README.md b/examples/light_switch/README.md index f8c353525..d99087237 100644 --- a/examples/light_switch/README.md +++ b/examples/light_switch/README.md @@ -5,7 +5,7 @@ This example creates an On/Off Light Switch device using the data model. It creates the On/Off client and other devices can be bound to the switch and then controlled from the switch. -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware. +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware. ## 1. Additional Environment Setup diff --git a/examples/zap_light/README.md b/examples/zap_light/README.md index aa2f3e566..10fb014a0 100644 --- a/examples/zap_light/README.md +++ b/examples/zap_light/README.md @@ -3,7 +3,7 @@ This example creates a Color Temperature Light device using the Zap data model instead of the ESP Matter data model. -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware. +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware. ## 1. Additional Environment Setup diff --git a/examples/zigbee_bridge/README.md b/examples/zigbee_bridge/README.md index 1627f9afe..3113e7f8f 100644 --- a/examples/zigbee_bridge/README.md +++ b/examples/zigbee_bridge/README.md @@ -5,7 +5,7 @@ This example demonstrates a Matter-Zigbee Bridge that bridges Zigbee devices to The Matter Bridge device is composed of two parts: The RCP running on ESP32-H2 and the bridge app running on ESP32. -See the [docs](https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html) for more information about building and flashing the firmware. +See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware. ## 1. Additional Environment Setup