From 7a044e0888fdb3c14b0c864089aabb45c4d74e08 Mon Sep 17 00:00:00 2001 From: Itai Shirav Date: Fri, 28 Apr 2017 19:10:45 +0300 Subject: [PATCH] fix link --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 636c9cb..4021f28 100644 --- a/README +++ b/README @@ -54,4 +54,4 @@ for row in db.select('SELECT cpu_id, avg(cpu_percent) AS average FROM demo.cpust print 'CPU {row.cpu_id}: {row.average:.2f}%'.format(row=row) ``` -To learn more please visit the [documentation](docs/index.md). \ No newline at end of file +To learn more please visit the [documentation](docs/toc.md). \ No newline at end of file