Browse Source

Fix doc linking warns

pull/1305/head
Ross McFarland 2 months ago
parent
commit
d31c5bce38
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
3 changed files with 8 additions and 2 deletions
  1. +4
    -0
      .changelog/bc86f3ff5947408287b796d73e1b1ea6.md
  2. +2
    -0
      docs/examples/basic/README.md
  3. +2
    -2
      docs/examples/custom/index.rst

+ 4
- 0
.changelog/bc86f3ff5947408287b796d73e1b1ea6.md View File

@ -0,0 +1,4 @@
---
type: none
---
Fix doc linking warns

+ 2
- 0
docs/examples/basic/README.md View File

@ -1,3 +1,5 @@
(basic-setup)=
# Basic Setup
This is the starting point octoDNS config, it's pretty similar to what you


+ 2
- 2
docs/examples/custom/index.rst View File

@ -37,7 +37,7 @@ to get a copy of the example files::
$ source env/bin/activate
(env) $ pip install -r requirements.txt
Finally check out :ref:`Running PowerDNS` to get a local instance of PowerDNS
Finally check out :ref:`running-powerdns` to get a local instance of PowerDNS
up and going before continuing.
Running octoDNS sync
@ -111,7 +111,7 @@ Everything here matches the output and meaning of the first run in
:ref:`basic-setup`, with the important difference that both the statically
configured and dynamically generated records are listed as planned changes.
From here a ``--doit`` run can be executed to create the records in the
PowerDNS server, which can then be queried::
PowerDNS server, which can then be queried.
Viewing the results
-------------------


Loading…
Cancel
Save