]> granicus.if.org Git - pdns/commitdiff
Add a link to the correct anchor
authorPieter Lexis <pieter@plexis.eu>
Fri, 5 Sep 2014 22:50:49 +0000 (00:50 +0200)
committerPieter Lexis <pieter@plexis.eu>
Tue, 25 Nov 2014 19:11:11 +0000 (20:11 +0100)
pdns/docs/markdown/authoritative/backend-gsqlite.md

index 36ce31bd3e668d2b49081917e98efd4c7c3cbe60..a5150789420b0fb76549ffeeaf7b9ef79e815f9d 100644 (file)
@@ -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`.