diff --git a/components/asio/README.md b/components/asio/README.md index c64075e06..fdbba32f7 100644 --- a/components/asio/README.md +++ b/components/asio/README.md @@ -6,8 +6,8 @@ Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It prov ## Examples -Get started with example test :example:`examples `: +Get started with examples [examples](https://github.com/espressif/esp-protocols/tree/master/components/asio/examples) ## Documentation -* View the full [html documentation](https://espressif.github.io/esp-protocols/asio/index.html) +* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html) diff --git a/components/esp_mqtt_cxx/README.md b/components/esp_mqtt_cxx/README.md index 75961805d..53cb7244b 100644 --- a/components/esp_mqtt_cxx/README.md +++ b/components/esp_mqtt_cxx/README.md @@ -6,7 +6,7 @@ The ESP MQTT client is a wrapper over the esp_mqtt client with the goal of provi ## Examples -Get started with [examples](examples) +Get started with [examples](https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx/examples) ## Documentation diff --git a/components/esp_websocket_client/README.md b/components/esp_websocket_client/README.md index ffdcf281d..bffb1aa66 100644 --- a/components/esp_websocket_client/README.md +++ b/components/esp_websocket_client/README.md @@ -6,8 +6,8 @@ The `esp-websocket_client` component is a managed component for `esp-idf` that c ## Examples -Get started with example test [Example](examples/README.md): +Get started with example test [example](https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client/examples): ## Documentation -* View the full [html documentation](https://espressif.github.io/esp-protocols/esp_websocket_client/index.html) +* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/esp_websocket_client/docs/latest/index.html) diff --git a/components/mdns/README.md b/components/mdns/README.md index dc45fbdce..0345c66ae 100644 --- a/components/mdns/README.md +++ b/components/mdns/README.md @@ -6,9 +6,9 @@ mDNS is a multicast UDP service that is used to provide local network service an ## Examples -Get started with example test [Example](examples/README.md): +Get started with example test [Example](https://github.com/espressif/esp-protocols/tree/master/components/mdns/examples): ## Documentation -* View the full [documentation(English)](https://espressif.github.io/esp-protocols/mdns/en/index.html) -* View the full [documentation(Chinese)](https://espressif.github.io/esp-protocols/mdns/zh_CN/index.html) +* View the full [documentation(English)](https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/en/index.html) +* View the full [documentation(Chinese)](https://docs.espressif.com/projects/esp-protocols/mdns/latest/zh_CN/index.html)