diff --git a/cmd/convertzone/README.md b/cmd/convertzone/README.md index cd00ffda2..9f2d30c36 100644 --- a/cmd/convertzone/README.md +++ b/cmd/convertzone/README.md @@ -5,7 +5,7 @@ Build the software and install in your personal bin: ```cmd -$ cd misc/convertzone/ +$ cd cmd/convertzone $ go build $ cp convertzone ~/bin/. ``` diff --git a/docs/getting-started.md b/docs/getting-started.md index 7d2742aba..bc419fbdc 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -240,7 +240,7 @@ The [Migrating]({{site.github.url}}/migrating) doc has advice about converting from other systems. You can manually create the `D()` statements, or you can generate them automatically using the -[convertzone](https://github.com/StackExchange/dnscontrol/blob/master/misc/convertzone/README.md) +[convertzone](https://github.com/StackExchange/dnscontrol/blob/master/cmd/convertzone/README.md) utility that is included in the DNSControl repo (it converts BIND-style zone files to DNSControl's language). diff --git a/docs/migrating.md b/docs/migrating.md index 38a6911a1..9dfb60782 100644 --- a/docs/migrating.md +++ b/docs/migrating.md @@ -41,9 +41,9 @@ The `convertzone` tool can automate 90% of the conversion for you. It reads a BIND-style zone file and outputs a `D()` statement that is usually fairly complete. You may need to touch it up a bit. -The convertzone command is in the `misc/convertzone` subdirectory. +The convertzone command is in the `cmd/convertzone` subdirectory. Build instructions are -[here](https://github.com/StackExchange/dnscontrol/blob/master/misc/convertzone/README.md). +[here](https://github.com/StackExchange/dnscontrol/blob/master/cmd/convertzone/README.md). If you do not use BIND already, most DNS providers will export your existing zone data to a file called the BIND zone file format.