Skip to content

Commit f48d9b2

Browse files
docs(common): updated component and example links
1 parent 6c299c0 commit f48d9b2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

components/asio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It prov
66

77
## Examples
88

9-
Get started with example test :example:`examples <examples/..>`:
9+
Get started with examples [examples](https://github.com/espressif/esp-protocols/tree/master/components/asio/examples)
1010

1111
## Documentation
1212

13-
* View the full [html documentation](https://espressif.github.io/esp-protocols/asio/index.html)
13+
* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html)

components/esp_mqtt_cxx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The ESP MQTT client is a wrapper over the esp_mqtt client with the goal of provi
66

77
## Examples
88

9-
Get started with [examples](examples)
9+
Get started with [examples](https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx/examples)
1010

1111
## Documentation
1212

components/esp_websocket_client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The `esp-websocket_client` component is a managed component for `esp-idf` that c
66

77
## Examples
88

9-
Get started with example test [Example](examples/README.md):
9+
Get started with example test [example](https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client/examples):
1010

1111
## Documentation
1212

13-
* View the full [html documentation](https://espressif.github.io/esp-protocols/esp_websocket_client/index.html)
13+
* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/esp_websocket_client/docs/latest/index.html)

components/mdns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ mDNS is a multicast UDP service that is used to provide local network service an
66

77
## Examples
88

9-
Get started with example test [Example](examples/README.md):
9+
Get started with example test [Example](https://github.com/espressif/esp-protocols/tree/master/components/mdns/examples):
1010

1111
## Documentation
1212

13-
* View the full [documentation(English)](https://espressif.github.io/esp-protocols/mdns/en/index.html)
14-
* View the full [documentation(Chinese)](https://espressif.github.io/esp-protocols/mdns/zh_CN/index.html)
13+
* View the full [documentation(English)](https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/en/index.html)
14+
* View the full [documentation(Chinese)](https://docs.espressif.com/projects/esp-protocols/mdns/latest/zh_CN/index.html)

0 commit comments

Comments
 (0)