Skip to content

Commit c4477dc

Browse files
committed
docs: fix broken link
1 parent 6a740a9 commit c4477dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/en/api-guides/jtag-debugging/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ Launching Debugger
243243

244244
The toolchain for {IDF_TARGET_NAME} features GNU Debugger, in short GDB. It is available with other toolchain programs under filename: {IDF_TARGET_TOOLCHAIN_PREFIX}-gdb. GDB can be called and operated directly from command line in a terminal. Another option is to call it from within IDE (like Eclipse, Visual Studio Code, etc.) and operate indirectly with help of GUI instead of typing commands in a terminal.
245245

246-
The options of using debugger are discussed under links below.
246+
The options of using debugger are discussed under links below:
247247

248248
* :ref:`jtag-debugging-using-debugger-eclipse`
249249
* :ref:`jtag-debugging-using-debugger-command-line`
250-
* `Configuration for Visual Studio Code Debug <https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/DEBUGGING.md>`__
250+
* `Configuration for Visual Studio Code Debug <https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/debugproject.html>`__
251251

252252
It is recommended to first check if debugger works from :ref:`jtag-debugging-using-debugger-command-line` and then move to using :ref:`jtag-debugging-using-debugger-eclipse`.
253253

docs/en/api-guides/jtag-debugging/using-debugger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This section covers the steps to configure and run a debugger using various meth
99
* :ref:`jtag-debugging-using-debugger-command-line`
1010
* :ref:`jtag-debugging-with-idf-py`
1111

12-
For how to run a debugger from VS Code, see `Configuration for Visual Studio Code Debug <https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/DEBUGGING.md>`__.
12+
For how to run a debugger from VS Code, see `Configuration for Visual Studio Code Debug <https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/debugproject.html>`__.
1313

1414

1515
.. _jtag-debugging-using-debugger-eclipse:

docs/zh_CN/api-guides/jtag-debugging/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ OpenOCD 安装完成后就可以配置 {IDF_TARGET_NAME} 目标(即带 JTAG
243243

244244
{IDF_TARGET_NAME} 的工具链中带有 GNU 调试器(简称 GDB),它和其它工具链软件共同存放于 {IDF_TARGET_TOOLCHAIN_PREFIX}-gdb 中。除了直接在命令行终端中调用并操作 GDB 外,也可以在 IDE(例如 Eclipse、Visual Studio Code 等)中进行调用,使用图形用户界面间接操作 GDB,这一方法无需在终端中输入任何命令。
245245

246-
关于调试器的使用方法,详见以下链接
246+
关于调试器的使用方法,详见以下链接
247247

248248
* :ref:`jtag-debugging-using-debugger-eclipse`
249249
* :ref:`jtag-debugging-using-debugger-command-line`
250-
* `使用 VS Code 调试 <https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/DEBUGGING.md>`__
250+
* `使用 VS Code 调试 <https://docs.espressif.com/projects/vscode-esp-idf-extension/zh_CN/latest/debugproject.html>`__
251251

252252
建议首先检查调试器能否在 :ref:`命令行终端 <jtag-debugging-using-debugger-command-line>` 下正常工作,然后再使用 Eclipse :ref:`集成开发环境 <jtag-debugging-using-debugger-eclipse>` 进行调试工作。
253253

docs/zh_CN/api-guides/jtag-debugging/using-debugger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* :ref:`jtag-debugging-using-debugger-command-line`
1010
* :ref:`jtag-debugging-with-idf-py`
1111

12-
关于如何使用 VS Code 进行调试,请参阅文档 `使用 VS Code 调试 <https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/DEBUGGING.md>`__。
12+
关于如何使用 VS Code 进行调试,请参阅文档 `使用 VS Code 调试 <https://docs.espressif.com/projects/vscode-esp-idf-extension/zh_CN/latest/debugproject.html>`__。
1313

1414

1515
.. _jtag-debugging-using-debugger-eclipse:

0 commit comments

Comments
 (0)