diff options
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | cli/src/cli-cmd-parser.c | 2 | ||||
| -rw-r--r-- | doc/README.md | 4 | ||||
| -rw-r--r-- | glusterfs.spec.in | 2 | 
5 files changed, 7 insertions, 7 deletions
@@ -44,4 +44,4 @@ Installation completed :-)  Make sure your version is the latest from the release, and the one you   just installed :-) -For more information on GlusterFS installation refer# https://gluster.readthedocs.io/en/latest/Developer-guide/Building-GlusterFS/ +For more information on GlusterFS installation refer# http://docs.gluster.org/en/latest/Developer-guide/Building-GlusterFS/ diff --git a/README.md b/README.md index 1cab5c19390..ff8804d0b81 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@  ## Development    Contributions to gluster in the form of patches and new feature additions can -  be made by following steps outlined at [Developers Guide](https://gluster.readthedocs.io/en/latest/Developer-guide/Developers-Index/#contributing-to-the-gluster-community). +  be made by following steps outlined at [Developers Guide](http://docs.gluster.org/en/latest/Developer-guide/Developers-Index/#contributing-to-the-gluster-community).  ## Documentation -  The Gluster documentation can be found at [Gluster Docs](http://gluster.readthedocs.io/en/latest). +  The Gluster documentation can be found at [Gluster Docs](http://docs.gluster.org).  ## Deployment    Quick instructions to build and install can be found in [INSTALL](INSTALL) file. 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); diff --git a/doc/README.md b/doc/README.md index e057437fcba..69745bcc71b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,6 +1,6 @@  ## Admin Guide ## -The gluster administration guide is maintained at [github](https://github.com/gluster/glusterdocs). The browsable admin guide can be found [here](http://gluster.readthedocs.org/en/latest/Administrator%20Guide/README/). +The gluster administration guide is maintained at [github](https://github.com/gluster/glusterdocs). The browsable admin guide can be found [here](http://docs.gluster.org/en/latest/Administrator%20Guide/README/).  The doc patch has to be sent against the above mentioned repository. @@ -10,7 +10,7 @@ The Gluster features which are 'in progress' or implemented can be found at [git  ## Upgrade Guide ## -The gluster upgrade guide is maintained at [github](https://github.com/gluster/glusterdocs). The browsable upgrade guide can be found [here](http://gluster.readthedocs.org/en/latest/Upgrade-Guide/README/) +The gluster upgrade guide is maintained at [github](https://github.com/gluster/glusterdocs). The browsable upgrade guide can be found [here](http://docs.gluster.org/en/latest/Upgrade-Guide/README/)  The doc patch has to be sent against the above mentioned repository. diff --git a/glusterfs.spec.in b/glusterfs.spec.in index f00f52c1ed4..ac9c8d94637 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -182,7 +182,7 @@ Release:          0.@PACKAGE_RELEASE@%{?dist}  %endif  License:          GPLv2 or LGPLv3+  Group:            System Environment/Base -URL:              http://gluster.readthedocs.io/en/latest/ +URL:              http://docs.gluster.org/  %if ( 0%{_for_fedora_koji_builds} )  Source0:          http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-%{version}%{?prereltag}.tar.gz  Source1:          glusterd.sysconfig  | 
