From: Pieter Lexis Date: Fri, 5 Sep 2014 22:50:49 +0000 (+0200) Subject: Add a link to the correct anchor X-Git-Tag: rec-3.7.0-rc1~161^2^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d21ae66c067d4b1d221c3776b58088382c30c7;p=thirdparty%2Fpdns.git Add a link to the correct anchor --- diff --git a/pdns/docs/markdown/authoritative/backend-gsqlite.md b/pdns/docs/markdown/authoritative/backend-gsqlite.md index 36ce31bd3e..a515078942 100644 --- a/pdns/docs/markdown/authoritative/backend-gsqlite.md +++ b/pdns/docs/markdown/authoritative/backend-gsqlite.md @@ -15,7 +15,7 @@ Launch name|gsqlite and gsqlite3| This backend retrieves all data from a SQLite database, which is an RDBMS that's embedded into the application itself, so you won't need to be running a separate server process. It also reduces overhead, and simplifies installation. At [www.sqlite.org](http://www.sqlite.org) you can find more information about SQLite. -As this is a generic backend, built on top of the gSql framework, you can specify all queries as documented in [Generic MySQL and PgSQL backends](backend-generic-mypgsql.md). +As this is a generic backend, built on top of the gSql framework, you can specify all queries as documented in [Generic MySQL and PgSQL backends](backend-generic-mypgsql.md#queries-and-settings). SQLite exists in two incompatible versions, numbered 2 and 3, and from 2.9.21 onwards, PowerDNS supports both. It is recommended to go with version 3 as it is newer, has better performance and is actively maintained. To use version 3, choose `launch=gsqlite3`.