diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-07 09:23:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-07 09:23:48 +0000 |
| commit | 35583f55844f5738eb52c9363f7a7e091d455726 (patch) | |
| tree | a0c34b39c7d25ddb458ec11182fffdfb222562bd | |
| parent | 1fa1f0329442c555635460221c809fecdaa977a7 (diff) | |
fix hyperlink
| -rw-r--r-- | doc/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.md b/doc/index.md index 9a5a42f..2fc790e 100644 --- a/doc/index.md +++ b/doc/index.md @@ -9,6 +9,6 @@ DTail Documentation ## Advanced topics -* The [DTail Query Language)(./querylanguage.md) is the starting point to dig deeper into DTail's own SQL-like mapreduce language for extracting stats from log files. +* The [DTail Query Language](./querylanguage.md) is the starting point to dig deeper into DTail's own SQL-like mapreduce language for extracting stats from log files. * [Log Formats](./logformats.md) explains how to create your own custom log format for use with mapreduce queries. * Check out the [Testing Guide](./testing.md) for unit and integration testing. |
