From 68a7de41ae66a5e6c5c6328960b49ca1bb09d6fc Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 10 Feb 2018 10:38:54 -0500 Subject: [PATCH] etcd: Update broken link --- etcd/etcd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcd/etcd.go b/etcd/etcd.go index bad66a1d..f5e41980 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -328,7 +328,7 @@ func (obj *EmbdEtcd) Connect(reconnect bool) error { emax++ if emax > maxClientConnectRetries { log.Printf("Etcd: The dataDir (%s) might be inconsistent or corrupt.", obj.dataDir) - log.Printf("Etcd: Please see: %s", "https://github.com/purpleidea/mgmt/blob/master/DOCUMENTATION.md#what-does-the-error-message-about-an-inconsistent-datadir-mean") + log.Printf("Etcd: Please see: %s", "https://github.com/purpleidea/mgmt/blob/master/docs/faq.md#what-does-the-error-message-about-an-inconsistent-datadir-mean") obj.cError = fmt.Errorf("can't find an available endpoint") return obj.cError }