Skip to content

Commit

Permalink
Merge branch 'docs/fix_link' into 'main'
Browse files Browse the repository at this point in the history
docs: fix link on the main page

See merge request espressif/idf-component-manager!452
  • Loading branch information
kumekay committed Sep 23, 2024
2 parents 7338895 + 788bb68 commit d782f0e
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 d782f0e

Please sign in to comment.