Skip to content

Commit dda1494

Browse files
authored
Rollup merge of #110920 - cuishuang:master, r=jyn514
Fix unavailable url The previous link is no longer accessible (404). Use latest link.
2 parents 6476b79 + 176144e commit dda1494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/lldb_providers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#
3232
# You can find more information and examples here:
3333
# 1. https://lldb.llvm.org/varformats.html
34-
# 2. https://lldb.llvm.org/python-reference.html
34+
# 2. https://lldb.llvm.org/use/python-reference.html
3535
# 3. https://lldb.llvm.org/python_reference/lldb.formatters.cpp.libcxx-pysrc.html
3636
# 4. https://github.com/llvm-mirror/lldb/tree/master/examples/summaries/cocoa
3737
####################################################################################################

0 commit comments

Comments
 (0)