diff --git a/Administrator Guide/GlusterFS Coreutils.md b/Administrator Guide/GlusterFS Coreutils.md
index caf686d..e3b345f 100644
--- a/Administrator Guide/GlusterFS Coreutils.md
+++ b/Administrator Guide/GlusterFS Coreutils.md
@@ -5,7 +5,7 @@ Operations include things like getting files from the server to the local machin
## Installation
#### Install GlusterFS
-For information on prerequisites, instructions and configuration of GlusterFS, see Installation Guides from .
+For information on prerequisites, instructions and configuration of GlusterFS, see Installation Guides from .
#### Install glusterfs-coreutils
For now glusterfs-coreutils will be packaged only as rpm. Other package formats will be supported very soon.
diff --git a/Developer-guide/Bugzilla Notifications.md b/Developer-guide/Bugzilla Notifications.md
index 83c3594..3510489 100644
--- a/Developer-guide/Bugzilla Notifications.md
+++ b/Developer-guide/Bugzilla Notifications.md
@@ -4,7 +4,7 @@ Bugzilla sends emails with many headers. The following headers can be very usefu
* X-Bugzilla-Product: should always be 'GlusterFS' for Gluster bugs
* X-Bugzilla-Component: the component of the bug (like 'glusterd')
* X-Bugzilla-Status: you may want to filter 'NEW' bugs in a special folder
-* X-Bugzilla-Keywords: new contributors may want to filter bugs marked with [EasyFix](http://gluster.readthedocs.org/en/latest/Developer-guide/Easy-Fix-Bugs)
+* X-Bugzilla-Keywords: new contributors may want to filter bugs marked with [EasyFix](http://docs.gluster.org/en/latest/Developer-guide/Easy-Fix-Bugs)
It is recommended to filter the emails from the list in a dedicated folder. Some users only move/label messages on certain headers and delete everything else that comes through the mailinglist.
@@ -53,7 +53,7 @@ Configuration instructions:
# RSS Feeds
The URLs below can be added to an RSS reader (like Mozilla Thunderbird or [feedly](https://feedly.com)). When you prefer a list of bugs on the bugzilla website, open the RSS-feed in your browser and remove the *ctype=atom* from the end of the URL.
-For [Bug Triagers](http://gluster.readthedocs.org/en/latest/Contributors-Guide/Bug-Triage/):
+For [Bug Triagers](http://docs.gluster.org/en/latest/Contributors-Guide/Bug-Triage/):
* [NEW Gluster Bugs to Triage](http://goo.gl/llNxe9) (any version)
* [NEW Gluster 3.4 Bugs](http://goo.gl/QwF1cM)
* [NEW Gluster 3.5 Bugs](http://goo.gl/agtGd2)
diff --git a/README.md b/README.md
index 4bc866b..640b9cf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# glusterdocs
-Source code to gluster documentation: http://gluster.readthedocs.io
+Source code to gluster documentation: http://docs.gluster.org/
# Building the docs
diff --git a/release-notes/3.12.0.md b/release-notes/3.12.0.md
index da5deb1..d35e420 100644
--- a/release-notes/3.12.0.md
+++ b/release-notes/3.12.0.md
@@ -14,7 +14,7 @@ of bugs that have been addressed is included further below.
Further, as 3.11 release is a short term maintenance release, features included
in that release are available with 3.12 as well, and could be of interest to
-users upgrading to 3.12 from older than 3.11 releases. The 3.11 [release notes](https://gluster.readthedocs.io/en/latest/release-notes/)
+users upgrading to 3.12 from older than 3.11 releases. The 3.11 [release notes](https://docs.gluster.org/en/latest/release-notes/)
captures the list of features that were introduced with 3.11.
## Major changes and features
diff --git a/release-notes/3.9.0.md b/release-notes/3.9.0.md
index ca4020d..be53ac3 100644
--- a/release-notes/3.9.0.md
+++ b/release-notes/3.9.0.md
@@ -177,7 +177,7 @@ notification and alerts for the Gluster cluster state changes and
alerts. Webhooks can be registered to listen to Events emitted by
Gluster. More details about this new feature is available here.
-http://gluster.readthedocs.io/en/latest/Administrator%20Guide/Events%20APIs
+http://docs.gluster.org/en/latest/Administrator%20Guide/Events%20APIs
### Geo-replication improvements
#### Documentation improvements:
@@ -186,14 +186,14 @@ Upstream documentation is rewritten to reflect the latest version of
Geo-replication. Removed the stale/duplicate documentation. We are
still working on to add Troubleshooting, Cluster expand/shrink notes
to it. Latest version of documentation is available here
-http://gluster.readthedocs.io/en/latest/Administrator%20Guide/Geo%20Replication
+http://docs.gluster.org/en/latest/Administrator%20Guide/Geo%20Replication
#### Geo-replication Events are available for Events API consumers:
Events APIs is the new Gluster feature available with 3.9 release,
most of the events from Geo-replication are added to eventsapi.
Read more about the Events APIs and Geo-replication events here
-http://gluster.readthedocs.io/en/latest/Administrator%20Guide/Events%20APIs
+http://docs.gluster.org/en/latest/Administrator%20Guide/Events%20APIs
#### New simplified command to setup Non root Geo-replication
@@ -201,7 +201,7 @@ Non root Geo-replication setup was not easy with multiple manual
steps. Non root Geo-replication steps are simplified. Read more about
the new steps in Admin guide.
-http://gluster.readthedocs.io/en/latest/Administrator%20Guide/Geo%20Replication/#slave-user-setup
+http://docs.gluster.org/en/latest/Administrator%20Guide/Geo%20Replication/#slave-user-setup
#### New command to generate SSH keys(Alternative command to `gsec_create`)
@@ -215,7 +215,7 @@ master node tries to make the connection to slave nodes. With the new
command, output shows if any Master node was down while generating ssh
keys. Read more about `gluster-georep-sshkey
-http://gluster.readthedocs.io/en/latest/Administrator%20Guide/Geo%20Replication/#setting-up-the-environment-for-geo-replication
+http://docs.gluster.org/en/latest/Administrator%20Guide/Geo%20Replication/#setting-up-the-environment-for-geo-replication
#### Logging improvements