diff --git a/README.md b/README.md index af46edc..9ef3330 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Tested on -1. [ESP32 ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32/index.html) +1. [ESP32 ESP-IDF v5.5.2](https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32/index.html) ## SAST Tools @@ -25,8 +25,8 @@ ## Dependencies -1. [zh_vector](http://git.zh.com.ru/alexey.zholtikov/zh_vector) -2. [zh_pcf8574](http://git.zh.com.ru/alexey.zholtikov/zh_pcf8574) +1. [zh_vector](http://git.zh.com.ru/esp_components/zh_vector) +2. [zh_pcf8574](http://git.zh.com.ru/esp_components/zh_pcf8574) ## Using @@ -34,9 +34,9 @@ In an existing project, run the following command to install the components: ```text cd ../your_project/components -git clone http://git.zh.com.ru/alexey.zholtikov/zh_160x_i2c -git clone http://git.zh.com.ru/alexey.zholtikov/zh_pcf8574 -git clone http://git.zh.com.ru/alexey.zholtikov/zh_vector +git clone http://git.zh.com.ru/esp_components/zh_160x_i2c +git clone http://git.zh.com.ru/esp_components/zh_pcf8574 +git clone http://git.zh.com.ru/esp_components/zh_vector ``` In the application, add the component: