Skip to content

Commit c200274

Browse files
authored
Fix documentation link to llvm github (#447)
broken by switch from master to main
1 parent 7b67475 commit c200274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/page/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ you are good to debug dart.
155155
and Swift.
156156
157157
- Clone and follow the instructions to compile lldb-vscode from
158-
<https://github.com/llvm/llvm-project/tree/master/lldb/tools/lldb-vscode>
158+
<https://github.com/llvm/llvm-project/tree/main/lldb/tools/lldb-vscode>
159159
160160
- Put in your emacs configuration.
161161
@@ -175,7 +175,7 @@ You only need to run `dap-cpptools-setup` to setup automatically and then
175175
you are good start debugging.
176176
177177
- Clone and follow the instructions to compile lldb-vscode from
178-
<https://github.com/llvm/llvm-project/tree/master/lldb/tools/lldb-vscode>
178+
<https://github.com/llvm/llvm-project/tree/main/lldb/tools/lldb-vscode>
179179
180180
- Put in your emacs configuration.
181181

0 commit comments

Comments
 (0)