From a4af58a3e4a0b740999dae69062b005c29c5f4a5 Mon Sep 17 00:00:00 2001 From: barbkess Date: Fri, 29 Apr 2016 10:11:18 -0700 Subject: [PATCH] fix path --- README_samples_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_samples_template.md b/README_samples_template.md index 2e3b03d0..9e4e6954 100644 --- a/README_samples_template.md +++ b/README_samples_template.md @@ -2,10 +2,10 @@ Ticket Reservations is a Windows Forms sample application built on .NET Framework 4.6 that demonstrates the performance benefits of using SQL Server memory optimized tables and native compiled stored procedures. You can compare the performance before and after enabling In-Memory OLTP by observing the transactions/sec as well as the current CPU Usage and latches/sec. -![Alt text](samples/in-memory/ticket-reservations/Screenshots/1.png "Ticket Reservations") +![Alt text](samples/features/in-memory/ticket-reservations/Screenshots/1.png "Ticket Reservations") -## About this sample +## Applies **Platforms:** - SQL Server (starting with 2016)