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