From 5f884ba5fbc95857528b2da5b02c91e1b2b3d567 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 12 May 2020 16:24:02 +1000 Subject: [PATCH] Fix vs testing link (#36261) --- docs/workflow/building/libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/building/libraries/README.md b/docs/workflow/building/libraries/README.md index e790e9997659c..c64f34d705470 100644 --- a/docs/workflow/building/libraries/README.md +++ b/docs/workflow/building/libraries/README.md @@ -205,6 +205,6 @@ If you are working on Windows, and use Visual Studio, you can open individual li ## Running tests -For more details about running tests inside Visual Studio, [go here](../../testing/libraries/testing.md#running-tests-from-visual-studio ) +For more details about running tests inside Visual Studio, [go here](../../testing/visualstudio.md). For more about running tests, read the [running tests](../../testing/libraries/testing.md) document.