From 3887c18ebdf171d4384edfd52cc5803ed6aa49de Mon Sep 17 00:00:00 2001 From: Mike James Date: Fri, 23 Feb 2024 08:36:49 +0100 Subject: [PATCH] Update readme.md Fixed broken link. Pointing to v0.10 docs though as I don't see where this went for v11 docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0823deaa..a3182bc7 100644 --- a/readme.md +++ b/readme.md @@ -24,4 +24,4 @@ To run it you simply need to set **AvaloniaVS.csproj** as startup project and ru **Note:** -This way to debug application will only help you if your issue is directly in AvaloniaVS project,if your issue is somewhere in Avalonia code,but it is reproducible only with Avalonia Previewer please consider this article - https://docs.avaloniaui.net/docs/guides/developer-guides/debugging-previewer +This way to debug application will only help you if your issue is directly in AvaloniaVS project,if your issue is somewhere in Avalonia code,but it is reproducible only with Avalonia Previewer please consider this article - [https://docs.avaloniaui.net/docs/0.10.x/guides/developer-guides/debugging-previewer](https://docs.avaloniaui.net/docs/0.10.x/guides/developer-guides/debugging-previewer)