Skip to content

Commit

Permalink
Merge pull request #293 from gabsuren/docs/update_modified_links
Browse files Browse the repository at this point in the history
docs: update documentation links
  • Loading branch information
gabsuren authored May 15, 2023
2 parents ef1c5eb + 4de5298 commit 441f790
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/mdns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Get started with example test [Example](https://github.com/espressif/esp-protoco
## Documentation

* 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)
2 changes: 1 addition & 1 deletion docs/esp_websocket_client/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Limitations and Known Issues

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
^^^^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions docs/mdns/en/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
--------
Expand Down Expand Up @@ -195,7 +195,7 @@ Please check `Minimizing RAM Usage <https://docs.espressif.com/projects/esp-idf/
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
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/mdns/zh_CN/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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>`_

概述
----
Expand Down

0 comments on commit 441f790

Please sign in to comment.