docs: update documentation links
This commit is contained in:
parent
ef1c5eb28a
commit
4de52981cb
4 changed files with 5 additions and 5 deletions
|
|
@ -11,4 +11,4 @@ Get started with example test [Example](https://github.com/espressif/esp-protoco
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* View the full [documentation(English)](https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/en/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)
|
* View the full [documentation(Chinese)](https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/zh_CN/index.html)
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ Limitations and Known Issues
|
||||||
|
|
||||||
Application Example
|
Application Example
|
||||||
-------------------
|
-------------------
|
||||||
A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the `websocket.org <https://websocket.org>`_ server can be found here: :example:`example <../examples>`.
|
A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the `websocket.org <https://websocket.org>`_ server can be found here: `example <https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client/examples>`_
|
||||||
|
|
||||||
Sending Text Data
|
Sending Text Data
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
mDNS Service
|
mDNS Service
|
||||||
============
|
============
|
||||||
`zh_CN:[中文] <https://espressif.github.io/esp-protocols/mdns/zh_CN/index.html>`_
|
`[中文] <https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/zh_CN/index.html>`_
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
@ -195,7 +195,7 @@ Please check `Minimizing RAM Usage <https://docs.espressif.com/projects/esp-idf/
|
||||||
Application Example
|
Application Example
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
mDNS server/scanner example: :example:`<../examples>`.
|
mDNS server/scanner `example <https://github.com/espressif/esp-protocols/tree/master/components/mdns/examples>`_
|
||||||
|
|
||||||
API Reference
|
API Reference
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
mDNS 服务
|
mDNS 服务
|
||||||
=========
|
=========
|
||||||
`en:[English] <https://espressif.github.io/esp-protocols/mdns/en/index.html>`_
|
`[English] <https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/en/index.html>`_
|
||||||
|
|
||||||
概述
|
概述
|
||||||
----
|
----
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue