Fixes in Doc\Readme.md trying to make links work

This commit is contained in:
georgis 2014-03-23 08:34:27 -07:00
Родитель 5b8e40f3b0
Коммит b84eb98526
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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