Skip to content

Commit

Permalink
docs/migration: Fix reference to zone2sql(1) manpage
Browse files Browse the repository at this point in the history
Without :doc: the sentence is rendered as

	See its manpage <manpages/zone2sql.1> for more information.

in the html output as can currently be seen on
https://doc.powerdns.com/authoritative/migration.html#migration-zone2sql
. Adding :doc: makes this a proper link.
  • Loading branch information
ukleinek committed Nov 7, 2023
1 parent f8c90bf commit 2450b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ For backends supporting slave operation, there is also an option to keep
slave zones as slaves, and not convert them to native operation.

``zone2sql`` can generate SQL for nearly all the Generic SQL backends.
See `its manpage <manpages/zone2sql.1>` for more information.
See :doc:`its manpage <manpages/zone2sql.1>` for more information.

An example call to ``zone2sql`` could be:

Expand Down

0 comments on commit 2450b65

Please sign in to comment.