From dfdf2af2027609c473a9f957240965998b77c83f Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 26 Nov 2024 11:47:27 -0800 Subject: [PATCH] Update `DockerLinuxTest/Program.cs` reference Signed-off-by: Emmanuel Ferdman --- BUILDGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDGUIDE.md b/BUILDGUIDE.md index 45483b0f2d..c5ade9656a 100644 --- a/BUILDGUIDE.md +++ b/BUILDGUIDE.md @@ -306,7 +306,7 @@ To run the same: The program 'dotnet' has exited with code 0 (0x0). ``` -5. Now you can write code in [Program.cs](/src/Microsoft.Data.SqlClient/tests/DockerLinuxTest/Program.cs) to debug SqlClient on Linux! +5. Now you can write code in [Program.cs](/src/Microsoft.Data.SqlClient/tests/Docker/DockerLinuxTest/Program.cs) to debug SqlClient on Linux! ### Troubleshooting Docker issues