Skip to content

Commit e9ea29d

Browse files
authored
Remove version from VS doc cross-link (#20017)
1 parent 3b1de9d commit e9ea29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ While debugging a Blazor WebAssembly app, you can also debug server code:
285285
> [!NOTE]
286286
> Breakpoints are **not** hit during app startup before the debug proxy is running. This includes breakpoints in `Program.Main` (`Program.cs`) and breakpoints in the [`OnInitialized{Async}` methods](xref:blazor/components/lifecycle#component-initialization-methods) of components that are loaded by the first page requested from the app.
287287
288-
For more information, see [Debugging with Visual Studio for Mac](/visualstudio/mac/debugging?view=vsmac-2019).
288+
For more information, see [Debugging with Visual Studio for Mac](/visualstudio/mac/debugging).
289289

290290
---
291291

0 commit comments

Comments
 (0)