Skip to content

Commit

Permalink
docs: fix link on the main page
Browse files Browse the repository at this point in the history
  • Loading branch information
xastap00 committed Sep 23, 2024
1 parent 7338895 commit 788bb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/guides/packaging_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<https://components.espressif.com/components/YOUR_NAMESPACE/test_cmp>`
Once uploaded, your component should be viewable on `https://components.espressif.com/components/YOUR_NAMESPACE/test_cmp`

*****************
Advanced Usages
Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://components.espressif.com>` is a central repository for components that can be used with the ESP-IDF via the IDF Component Manager.
The `ESP Component Registry <https://components.espressif.com>`_ 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.

Expand Down

0 comments on commit 788bb68

Please sign in to comment.