소스 검색

Fix VS Code Compiling for X11 page link following cherry-pick (#5243)

Matthew 4 년 전
부모
커밋
cebf0e4550
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      development/cpp/configuring_an_ide/visual_studio_code.rst

+ 1 - 1
development/cpp/configuring_an_ide/visual_studio_code.rst

@@ -161,7 +161,7 @@ To run and debug the project you need to create a new configuration in the ``lau
 
     If you encounter issues with lldb, you may consider using gdb (see the X11_gdb configuration).
 
-    Do note that lldb may work better with llvm-based builds. See :ref:`doc_compiling_for_linuxbsd` for further information.
+    Do note that lldb may work better with llvm-based builds. See :ref:`doc_compiling_for_x11` for further information.
 
 The name under ``program`` depends on your build configuration,
 e.g. ``godot.x11.tools.64`` for 64-bit X11 platform with ``tools`` enabled.