Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update documentation links #293

Merged
merged 1 commit into from
May 15, 2023
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
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