diff --git a/README.md b/README.md index c34aa570b..98c1f66a1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ git clone --recursive https://github.com/espressif/esp-matter.git ## Documentation -Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/main/) for the latest version of the documentation. +Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/latest/) for the latest version of the documentation. ## Matter Specifications @@ -39,4 +39,3 @@ Download the Matter 1.0 specifications from [CSA's official site](https://csa-io Try it with ESP Launchpad - diff --git a/docs/conf_common.py b/docs/conf_common.py index 6d2c69435..e5c35e228 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -23,7 +23,7 @@ project_slug = 'esp-matter' # Contains info used for constructing target and version selector # Can also be hosted externally, see esp-idf for example -versions_url = '_static/esp_sdk_matter_versions.js' +versions_url = '_static/esp_sdk_matter_version.js' # Final PDF filename will contains target and version pdf_file_prefix = u'esp-docs'