瀏覽代碼

Fix invalid ref to `doc_using_cpp_profilers`

(cherry picked from commit c02ac9171674763bd91d25d98ad21263d50e9e92)
Rémi Verschelde 3 年之前
父節點
當前提交
dfafbf82e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      development/compiling/optimizing_for_size.rst

+ 1 - 1
development/compiling/optimizing_for_size.rst

@@ -40,7 +40,7 @@ On Windows, ``strip.exe`` is included in most MinGW toolchain setups.
 This will reduce the size of compiled binaries by a factor between 5× and 10×.
 The downside is that crash backtraces will no longer provide accurate information
 (which is useful for troubleshooting the cause of a crash).
-:ref:`C++ profilers <using_cpp_profilers>` will also no longer be able to display
+:ref:`C++ profilers <doc_using_cpp_profilers>` will also no longer be able to display
 function names (this does not affect the built-in GDScript profiler).
 
 .. note::