diff --git a/README.md b/README.md index d8a5404182..a326af38c0 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ See https://idf.espressif.com/ for links to detailed instructions on how to set **Note:** Each SoC series and each ESP-IDF release has its own documentation. Please see Section [Versions](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/versions.html) on how to find documentation and how to checkout specific release of ESP-IDF. -### Non-GitHub forks +### Non-Gitea forks -ESP-IDF uses relative locations as its submodules URLs ([.gitmodules](.gitmodules)). So they link to GitHub. If ESP-IDF is forked to a Git repository which is not on GitHub, you will need to run the script [tools/set-submodules-to-github.sh](tools/set-submodules-to-github.sh) after git clone. +ESP-IDF uses relative locations as its submodules URLs ([.gitmodules](.gitmodules)). So they link to Gitea. If ESP-IDF is forked to a Git repository which is not on Gitea, you will need to run the script [tools/set-submodules-to-Gitea.sh](tools/set-submodules-to-Gitea.sh) after git clone. -The script sets absolute URLs for all submodules, allowing `git submodule update --init --recursive` to complete. If cloning ESP-IDF from GitHub, this step is not needed. +The script sets absolute URLs for all submodules, allowing `git submodule update --init --recursive` to complete. If cloning ESP-IDF from Gitea, this step is not needed. ## Finding a Project @@ -119,6 +119,6 @@ This can be combined with other targets, ie `idf.py -p PORT erase-flash flash` w * The [esp32.com forum](https://esp32.com/) is a place to ask questions and find community resources. -* [Check the Issues section on github](https://github.com/espressif/esp-idf/issues) if you find a bug or have a feature request. Please check existing Issues before opening a new one. +* [Check the Issues section on Gitea](https://github.com/espressif/esp-idf/issues) if you find a bug or have a feature request. Please check existing Issues before opening a new one. * If you're interested in contributing to ESP-IDF, please check the [Contributions Guide](https://docs.espressif.com/projects/esp-idf/en/latest/contribute/index.html).