From d97f38980559666db5e4b67ee58d5d623666cf57 Mon Sep 17 00:00:00 2001 From: Pawel Szymczyk Date: Wed, 14 Sep 2016 12:12:27 +0200 Subject: [PATCH] remove reference to localhost in operator.html.markdown --- website/source/docs/commands/operator.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/operator.html.markdown b/website/source/docs/commands/operator.html.markdown index d9acf8cbc2..251b36d833 100644 --- a/website/source/docs/commands/operator.html.markdown +++ b/website/source/docs/commands/operator.html.markdown @@ -91,7 +91,7 @@ can be used to remove the failed server so that it is no longer affects the Raft quorum. If the server still shows in the output of the [`consul members`](/docs/commands/members.html) command, it is preferable to clean up by simply running -[`consul force-leave`](http://localhost:4567/docs/commands/force-leave.html) +[`consul force-leave`](/docs/commands/force-leave.html) instead of this command. Usage: `raft -remove-peer -address="IP:port"`