From 788bb68a6daf132b0d8928e3f1fd6d2ac5cd86fe Mon Sep 17 00:00:00 2001 From: Dmitriy Astapov Date: Mon, 23 Sep 2024 12:36:25 +0200 Subject: [PATCH] docs: fix link on the main page --- docs/en/guides/packaging_components.rst | 2 +- docs/en/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/guides/packaging_components.rst b/docs/en/guides/packaging_components.rst index e2a231d..05ab042 100644 --- a/docs/en/guides/packaging_components.rst +++ b/docs/en/guides/packaging_components.rst @@ -146,7 +146,7 @@ All components would be published under their namespace. If ``--namespace`` is n idf.py upload-component --namespace [YOUR_NAMESPACE] --name test_cmp -Once uploaded, your component should be viewable on `` +Once uploaded, your component should be viewable on `https://components.espressif.com/components/YOUR_NAMESPACE/test_cmp` ***************** Advanced Usages diff --git a/docs/en/index.rst b/docs/en/index.rst index adebb26..cde3f30 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -4,7 +4,7 @@ This documentation is for the IDF Component Manager and the ESP Component Registry. The IDF Component Manager is a tool that allows developers to easily and reliably add components developed by Espressif and the community to the projects developed with the ESP-IDF framework and create their own components for others to use. -The `ESP Component Registry ` is a central repository for components that can be used with the ESP-IDF via the IDF Component Manager. +The `ESP Component Registry `_ is a central repository for components that can be used with the ESP-IDF via the IDF Component Manager. With the IDF Component Manager, developers can easily install components from the ESP Component Registry, streamlining the process of adding new functionality to their projects.