diff --git a/docs/guides/file_sharing/glusterfs.md b/docs/guides/file_sharing/glusterfs.md index 7212d9b778..c27aa210c9 100644 --- a/docs/guides/file_sharing/glusterfs.md +++ b/docs/guides/file_sharing/glusterfs.md @@ -193,7 +193,7 @@ We can now create a volume with 2 replicas: ``` $ sudo gluster volume create volume1 replica 2 node1.cluster.local:/data/glusterfs/volume1/brick0/ node2.cluster.local:/data/glusterfs/volume1/brick0/ -Replica 2 volumes are prone to split-brain. Use Arbiter or Replica 3 to avoid this. See: http://docs.gluster.org/en/latest/Administrator%20Guide/Split%20brain%20and%20ways%20to%20deal%20with%20it/. +Replica 2 volumes are prone to split-brain. Use Arbiter or Replica 3 to avoid this. See: https://docs.gluster.org/en/latest/Administrator-Guide/Split-brain-and-ways-to-deal-with-it/. Do you still want to continue? (y/n) y volume create: volume1: success: please start the volume to access data