Skip to content

Commit b25f07c

Browse files
authored
Merge pull request #744 from jpfeiffer16/master
Fix typo in debugging docs
2 parents 9824677 + b618b61 commit b25f07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ It is possible to run unit tests via OmniSharp-roslyn, with success/failures lis
429429
## Debugging
430430

431431
Using Vimspector, you can debug C# projects and tests.
432-
For debugging tests see the [Run unit tests](##Run unit tests) section.
432+
For debugging tests see the [Run unit tests](#run-unit-tests) section.
433433

434434
```vim
435435
" Starts vimspector with an ad-hoc config that will debug the current project

0 commit comments

Comments
 (0)