RATIS-1323. Update repo links for TLP (#435)

diff --git a/dev-support/checks/sonar.sh b/dev-support/checks/sonar.sh
index 053c031..a1f9dbe 100755
--- a/dev-support/checks/sonar.sh
+++ b/dev-support/checks/sonar.sh
@@ -20,4 +20,4 @@
   echo "SONAR_TOKEN environment variable should be set"
   exit 1
 fi
-mvn -B verify -DskipShade -DskipTests org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-ratis
+mvn -B verify -DskipShade -DskipTests org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache-ratis
diff --git a/dev-support/ci/README.md b/dev-support/ci/README.md
index 7d6bbef..b306e7f 100644
--- a/dev-support/ci/README.md
+++ b/dev-support/ci/README.md
@@ -30,7 +30,7 @@
 To test the jenkins build locally:
 
  1. create a new directory
- 2. Clone the ratis repository to a subdirectory: `git clone git://github.com/apache/incubator-ratis.git sourcedir`
+ 2. Clone the ratis repository to a subdirectory: `git clone git://github.com/apache/ratis.git sourcedir`
  3. Run the script fro the parent directory ./sourcedir/dev-support/ci/nightly-build.sh
 
 For nightly-build.sh you can set the BRANCH environment variable to define which branch should be tested.
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 55bb85b..a11dd9d 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -179,11 +179,9 @@
 
    9. Summarize the vote after the given period.
 
-   10. (If the vote passed): Send out the next voting mail to the incubator mailing list.
+   10. (If the vote passed): Move the staged artifacts in svn from the dev area to the dist area.
 
-   11. (If the vote passed): Move the staged artifacts in svn from the dev area to the dist area.
-
-   12. Publish maven repository at https://repository.apache.org/
+   11. Publish maven repository at https://repository.apache.org/
 
 
 
diff --git a/dev-support/yetus-personality.sh b/dev-support/yetus-personality.sh
index 546e097..8423219 100644
--- a/dev-support/yetus-personality.sh
+++ b/dev-support/yetus-personality.sh
@@ -28,7 +28,7 @@
   #shellcheck disable=SC2034
   JIRA_ISSUE_RE='^RATIS-[0-9]+$'
   #shellcheck disable=SC2034
-  GITHUB_REPO="apache/incubator-ratis"
+  GITHUB_REPO="apache/ratis"
 }
 
 
@@ -43,4 +43,4 @@
   #Especially as we need the generated sources and shaded client.
   clear_personality_queue
   personality_enqueue_module .
-}
\ No newline at end of file
+}
diff --git a/pom.xml b/pom.xml
index 3f67849..44fc6b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,9 +98,9 @@
   </pluginRepositories>
 
   <scm>
-    <connection>scm:git:git://git.apache.org/incubator-ratis.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ratis.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=incubator-ratis.git</url>
+    <connection>scm:git:git://git.apache.org/ratis.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ratis.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=ratis.git</url>
     <tag>HEAD</tag>
   </scm>
 
@@ -118,9 +118,9 @@
     <mailingList>
       <name>User List</name>
       <subscribe>user-subscribe@ratis.apache.org</subscribe>
-      <unsubscribe>user-unsubscribe@ratis.incubator.apache.org</unsubscribe>
-      <post>user@ratis.incubator.apache.org</post>
-      <archive>https://lists.apache.org/list.html?dev@ratis.apache.org</archive>
+      <unsubscribe>user-unsubscribe@ratis.apache.org</unsubscribe>
+      <post>user@ratis.apache.org</post>
+      <archive>https://lists.apache.org/list.html?user@ratis.apache.org</archive>
       <otherArchives>
         <otherArchive>http://mail-archives.apache.org/mod_mbox/ratis-user/</otherArchive>
       </otherArchives>
@@ -130,7 +130,7 @@
       <subscribe>dev-subscribe@ratis.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@ratis.apache.org</unsubscribe>
       <post>dev@ratis.apache.org</post>
-      <archive>https://lists.apache.org/list.html?user@ratis.apache.org</archive>
+      <archive>https://lists.apache.org/list.html?dev@ratis.apache.org</archive>
       <otherArchives>
         <otherArchive>http://mail-archives.apache.org/mod_mbox/ratis-dev/</otherArchive>
       </otherArchives>
diff --git a/ratis-docs/themes/ratisdoc/layouts/partials/navbar.html b/ratis-docs/themes/ratisdoc/layouts/partials/navbar.html
index e709b09..212aca1 100644
--- a/ratis-docs/themes/ratisdoc/layouts/partials/navbar.html
+++ b/ratis-docs/themes/ratisdoc/layouts/partials/navbar.html
@@ -30,7 +30,7 @@
     </div>
     <div id="navbar" class="navbar-collapse collapse">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="https://github.com/apache/incubator-ratis">Source</a></li>
+        <li><a href="https://github.com/apache/ratis">Source</a></li>
         <li><a href="https://apache.org">ASF</a></li>
       </ul>
     </div>
diff --git a/ratis-docs/themes/ratisdoc/layouts/partials/sidebar.html b/ratis-docs/themes/ratisdoc/layouts/partials/sidebar.html
index 0b3a2bf..83cc11c 100644
--- a/ratis-docs/themes/ratisdoc/layouts/partials/sidebar.html
+++ b/ratis-docs/themes/ratisdoc/layouts/partials/sidebar.html
@@ -62,7 +62,7 @@
     {{ end }}
     <li class="visible-xs"><a href="#">References</a>
     <ul class="nav">
-        <li><a href="https://github.com/apache/incubator-ratis"><span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> Source</a></li>
+        <li><a href="https://github.com/apache/ratis"><span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> Source</a></li>
         <li><a href="https://apache.org"><span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> ASF</a></li>
     </ul></li>
   </ul>