From 55e7710b06ca4c3b9497aec1d5ac96cfd1eb4d5b Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Tue, 18 Apr 2017 13:14:27 -0400 Subject: [PATCH] Fix broken doc-link from getting-started (#90) This appears to be the only one. Manual audit with (zsh): pcregrep -o1 '}}/([^\)]+)\)' **/*(.) yielded all the site-based URLs and I eye-compared them to the names of existing docs. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index e8472e0ca..89f5d0e34 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -45,4 +45,4 @@ utility that is included in the DNSControl repo (it converts BIND-style zone files to DNSControl's language). To make sure the migration is correct, use `dnscontrol preview` and make sure it sees no differences. -[Migration]({{site.github.url}}/migration) doc gives more detailed advice. +[Migrating]({{site.github.url}}/migrating) doc gives more detailed advice.