diff --git a/examples/README.md b/examples/README.md index f3899e3..f3adfa1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -12,7 +12,7 @@ ideas for other subjects to cover. with octoDNS including the process of planning and applying changes. * [Migrating to octoDNS](migrating-to-octodns/) - have an existing DNS setup you'd like to bring into octoDNS check this example out right after - [basic](/basic). It'll walk you through the steps of using `octodns-dump` to + [basic](basic/). It'll walk you through the steps of using `octodns-dump` to pull the existing data out of your provider into matching YAML config files on disk. diff --git a/examples/migrating-to-octodns/README.md b/examples/migrating-to-octodns/README.md index cd3d04d..1fa3425 100644 --- a/examples/migrating-to-octodns/README.md +++ b/examples/migrating-to-octodns/README.md @@ -7,11 +7,12 @@ Some relevant documentation for this example is in comments in the YAML configuration files. * [config/octodns.yaml](config/octodns.yaml) -* [config/my-domain.com.yaml](config/my-domain.com.yaml) -* [config/unused-domain.io.yaml](config/unused-domain.io.yaml) +* [populate/octodns.yaml](populate/octodns.yaml) +* [populate/my-dumpable.com.yaml](populate/my-dumpable.com.yaml) +* [populate/unused-dumpable.io.yaml](populate/unused-dumpable.io.yaml) -From here on this README focuses on the general process of running octoDNS to -create your initial config. +From here on this README focuses on the process of using `octodns-dump` to +import your existing DNS data into octoDNS. ## Checking out the code and setting up the environment