about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-04-28 09:54:35 +0800
committercui fliter <imcusg@gmail.com>2023-04-28 09:54:35 +0800
commit176144e821fa3c0c18c6073cf89cd5ddb7a9e8cb (patch)
tree9b671837eaaca3d6b5ef16eeed18c3c1b43befe8 /src
parent1a6ae3d692cfb52b21d0f45ba50b659486e53d6c (diff)
downloadrust-176144e821fa3c0c18c6073cf89cd5ddb7a9e8cb.tar.gz
rust-176144e821fa3c0c18c6073cf89cd5ddb7a9e8cb.zip
Fix unavailable url
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/etc/lldb_providers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/lldb_providers.py b/src/etc/lldb_providers.py
index 4f73746f817..c4381e202b9 100644
--- a/src/etc/lldb_providers.py
+++ b/src/etc/lldb_providers.py
@@ -31,7 +31,7 @@ from lldb import SBValue, SBData, SBError, eBasicTypeLong, eBasicTypeUnsignedLon
 #
 # You can find more information and examples here:
 #   1. https://lldb.llvm.org/varformats.html
-#   2. https://lldb.llvm.org/python-reference.html
+#   2. https://lldb.llvm.org/use/python-reference.html
 #   3. https://lldb.llvm.org/python_reference/lldb.formatters.cpp.libcxx-pysrc.html
 #   4. https://github.com/llvm-mirror/lldb/tree/master/examples/summaries/cocoa
 ####################################################################################################