From b84eb98526746159bcc8098101f529c7c6f52e70 Mon Sep 17 00:00:00 2001 From: georgis Date: Sun, 23 Mar 2014 08:34:27 -0700 Subject: [PATCH] Fixes in Doc\Readme.md trying to make links work --- Doc/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Readme.md b/Doc/Readme.md index 969089f..feff048 100644 --- a/Doc/Readme.md +++ b/Doc/Readme.md @@ -5,9 +5,9 @@ In the LINQPad experience of Tx is **as if all the events were in a Database** Except, no database is involved - the the query happens directly on raw logs/traces or real-time sessions -- [Getting started](../Source/Tx.Linqpad/Readme.md) with the Tx LINQPad Driver +- [Getting started](../Source/Tx.LinqPad/Readme.md) with the Tx LINQPad Driver - [Queries on trace from HTTP.sys](../Samples/LinqPad/Queries/HTTP.sys/Readme.md) - the kernel driver used by IIS (Internet Information Services) -- [Average and Deviation](..\Samples\LinqPad\Queries\Performance Counters\Readme.md). This query is based on .blg file (the default output of PerfMon for counters) +- [Average and Deviation](../Samples/LinqPad/Queries/Performance Counters/Readme.md). This query is based on .blg file (the default output of PerfMon for counters) - [Cross /provider & cross machine queries](https://tx.codeplex.com/wikipage?title=IE_IIS). Response time of IE on client machine and IIS on server. ## Using Tx from C# code