Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/asio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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)
2 changes: 1 addition & 1 deletion components/esp_mqtt_cxx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions components/esp_websocket_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions components/mdns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)