From 245299dc883405ec5e575301ad9ff3ae503d33c2 Mon Sep 17 00:00:00 2001 From: KenSykes <56104430+KenSykes@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:50:54 -0400 Subject: [PATCH] Fix programming sample link The link was missing "/tree/master" --- TTD/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTD/docs/README.md b/TTD/docs/README.md index db7b86d..567ecf7 100644 --- a/TTD/docs/README.md +++ b/TTD/docs/README.md @@ -5,5 +5,5 @@ This documentation describes all the packages and APIs offered to interact with ## Links - [Microsoft.TimeTravelDebugging.Apis](Microsoft.TimeTravelDebugging.Apis.md) NuGet package -- [TTD programming samples](https://github.com/microsoft/WinDbg-Samples/TTD) repository +- [TTD programming samples](https://github.com/microsoft/WinDbg-Samples/tree/master/TTD) repository - [TTD user documentation](https://aka.ms/ttd) including installation instructions, use cases and command-line options.