From 4de52981cb17a8b8ee518a1eb31d5619bcecb094 Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Fri, 12 May 2023 11:56:54 +0400 Subject: [PATCH] docs: update documentation links --- components/mdns/README.md | 2 +- docs/esp_websocket_client/en/index.rst | 2 +- docs/mdns/en/index.rst | 4 ++-- docs/mdns/zh_CN/index.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/mdns/README.md b/components/mdns/README.md index 0345c66ae5..a644ad4d4a 100644 --- a/components/mdns/README.md +++ b/components/mdns/README.md @@ -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) diff --git a/docs/esp_websocket_client/en/index.rst b/docs/esp_websocket_client/en/index.rst index 2469e14739..4c629588d6 100644 --- a/docs/esp_websocket_client/en/index.rst +++ b/docs/esp_websocket_client/en/index.rst @@ -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 `_ 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 `_ server can be found here: `example `_ Sending Text Data ^^^^^^^^^^^^^^^^^ diff --git a/docs/mdns/en/index.rst b/docs/mdns/en/index.rst index 64f1b04bc1..2e2b158979 100644 --- a/docs/mdns/en/index.rst +++ b/docs/mdns/en/index.rst @@ -1,6 +1,6 @@ mDNS Service ============ -`zh_CN:[中文] `_ +`[中文] `_ Overview -------- @@ -195,7 +195,7 @@ Please check `Minimizing RAM Usage `. +mDNS server/scanner `example `_ API Reference ------------- diff --git a/docs/mdns/zh_CN/index.rst b/docs/mdns/zh_CN/index.rst index cb1c3adc1f..9f4b8b0afd 100644 --- a/docs/mdns/zh_CN/index.rst +++ b/docs/mdns/zh_CN/index.rst @@ -1,6 +1,6 @@ mDNS 服务 ========= -`en:[English] `_ +`[English] `_ 概述 ----