summaryrefslogtreecommitdiffstats
path: root/cli/src/cli-cmd-parser.c
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2017-09-01 14:09:06 +0100
committerAmar Tumballi <amarts@redhat.com>2017-09-07 11:42:08 +0000
commiteb2f1ab4cd2f4805117c590d2f020b36ea778c7e (patch)
treeb4da5ef3d1c63fa72eebd26382cef3c9bbf850d6 /cli/src/cli-cmd-parser.c
parentb2902477414e5801f00a94b72cf0d0395297aa47 (diff)
Use the new URL for the docs
Change-Id: I0ef5c3980aed24a9fa2dda673f8293771ce81808 BUG: 1487644 Signed-off-by: Michael Scherer <misc@redhat.com> Reviewed-on: https://review.gluster.org/18182 Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Nigel Babu <nigelb@redhat.com> Tested-by: Nigel Babu <nigelb@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Tested-by: Michael Scherer <misc@fedoraproject.org> Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd-parser.c')
-rw-r--r--cli/src/cli-cmd-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c
index ae4f78c522d..45cce7a9a79 100644
--- a/cli/src/cli-cmd-parser.c
+++ b/cli/src/cli-cmd-parser.c
@@ -532,7 +532,7 @@ cli_cmd_volume_create_parse (struct cli_state *state, const char **words,
question = "Replica 2 volumes are prone to "
"split-brain. Use Arbiter or Replica"
" 3 to avoid this. See: "
- " https://gluster.readthedocs.io/en/latest/Administrator%20Guide/Split%20brain%20and%20ways%20to%20deal%20with%20it/."
+ " http://docs.gluster.org/en/latest/Administrator%20Guide/Split%20brain%20and%20ways%20to%20deal%20with%20it/."
"\nDo you still want to continue?\n";
answer = cli_cmd_get_confirmation (state,
question);