Update links for 3.0.0

Change-Id: Idbc69f1ccc01ce34de0ecb948e2242736080e11b
diff --git a/_data/topnav.yml b/_data/topnav.yml
index d046127..aa63126 100644
--- a/_data/topnav.yml
+++ b/_data/topnav.yml
@@ -30,6 +30,6 @@
     - title: Docs
       folderitems:
         - title: Latest
-          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.8/index.html
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.0.0/index.html
         - title: Wiki
           external_url: https://gerrit.googlesource.com/homepage/+/master/pages/site/docs/
diff --git a/index.md b/index.md
index b92e8c7..5b3334f 100644
--- a/index.md
+++ b/index.md
@@ -66,9 +66,9 @@
                 <div class="panel-body">
                     <h4>Download</h4>
                     <p>Our latest release is:<br>
-                    <b><a href="2.16.html#2168">2.16.8</a></b>
+                    <b><a href="3.0.html">3.0.0</a></b>
                     </p>
-                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-2.16.8.war" class="btn btn-primary">Download</a>
+                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-3.0.0.war" class="btn btn-primary">Download</a>
                 </div>
             </div>
         </div>
@@ -111,16 +111,16 @@
 </tr>
 </table>
 
-Schedule [git gc](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.8/config-gerrit.html#gc)
+Schedule [git gc](https://gerrit-documentation.storage.googleapis.com/Documentation/3.0.0/config-gerrit.html#gc)
 over all managed repositories and
-[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v2.16.8/src/main/resources/Documentation/config.md)
+[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v3.0.0/src/main/resources/Documentation/config.md)
 to geographical mirrors for latency reduction and backup servers for hot
 spare redundancy.
 
 ## Extensible through plugins
 
 Gerrit Code Review can be extended and further customized by installing
-[server-side plugins](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.8/config-plugins.html).
+[server-side plugins](https://gerrit-documentation.storage.googleapis.com/Documentation/3.0.0/config-plugins.html).
 Source code for additional plugins can be found through the
 [project listing](https://gerrit.googlesource.com/plugins/).
 
diff --git a/pages/site/releases/3.0.md b/pages/site/releases/3.0.md
index 5948fde..4f81549 100644
--- a/pages/site/releases/3.0.md
+++ b/pages/site/releases/3.0.md
@@ -1,11 +1,15 @@
 ---
-title: "Gerrit 3.0.0 Release (release candidate)"
+title: "Gerrit 3.0.0 Release"
 permalink: 3.0.html
 hide_sidebar: true
 hide_navtoggle: true
 toc: true
 ---
 
+Download: **[3.0.0](https://gerrit-releases.storage.googleapis.com/gerrit-3.0.0.war)**
+
+Documentation: **[3.0.0](https://gerrit-documentation.storage.googleapis.com/Documentation/3.0.0/index.html)**
+
 ## Release Highlights
 
 * Removal of GWT UI
diff --git a/pages/site/releases/README.md b/pages/site/releases/README.md
index 5dfb40d..3526b11 100644
--- a/pages/site/releases/README.md
+++ b/pages/site/releases/README.md
@@ -16,9 +16,9 @@
 Artifacts deployed to Maven Central are signed with the maintainer's key.
 Please refer to the [list of maintainers' keys](/public-keys.html).
 
-Latest release: **[2.16](/2.16.md)**.
+Latest release: **[3.0.0](/3.0.md)**.
 
-## 3.0.0 *(release candidate)*
+## 3.0.0
 
 * The GWT UI is removed and PolyGerrit is now the only UI.