Update the releases index pages with 3.3.0 release

Change-Id: I0cf32e91900e2b9e6cd403b80856361710e78768
diff --git a/_data/topnav.yml b/_data/topnav.yml
index 21ca25a..46fde99 100644
--- a/_data/topnav.yml
+++ b/_data/topnav.yml
@@ -20,7 +20,7 @@
         - title: Members
           url: /members.html
         - title: Contributing
-          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/dev-community.html#how-to-contribute
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/dev-community.html#how-to-contribute
         - title: Presentations
           url: /presentations.html
         - title: Kudos
@@ -46,7 +46,7 @@
     - title: Docs
       folderitems:
         - title: Latest
-          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/index.html
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/index.html
         - title: Designs
           url: /design-docs-index.html
         - title: Wiki
diff --git a/firebase.json b/firebase.json
index 393ae06..f4bd785 100644
--- a/firebase.json
+++ b/firebase.json
@@ -118,6 +118,11 @@
         "type": 301
       },
       {
+        "source": "/releases/3.3.md",
+        "destination": "/3.3.html",
+        "type": 301
+      },
+      {
         "source": "/releases/public-keys.md",
         "destination": "/public-keys.html",
         "type": 301
diff --git a/index.md b/index.md
index e5ec8ab..5d277f0 100644
--- a/index.md
+++ b/index.md
@@ -68,9 +68,9 @@
                 <div class="panel-body">
                     <h4>Download</h4>
                     <p>Our latest release is:<br>
-                    <b><a href="3.2.html">3.2.5.1</a></b>
+                    <b><a href="3.3.html">3.3.0</a></b>
                     </p>
-                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-3.2.5.1.war" class="btn btn-primary">Download</a>
+                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-3.3.0.war" class="btn btn-primary">Download</a>
                 </div>
             </div>
         </div>
@@ -113,16 +113,16 @@
 </tr>
 </table>
 
-Schedule [git gc](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/config-gerrit.html#gc)
+Schedule [git gc](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/config-gerrit.html#gc)
 over all managed repositories and
-[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v3.2.5.1/src/main/resources/Documentation/config.md)
+[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v3.3.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/3.2.5.1/config-plugins.html).
+[server-side plugins](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.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/README.md b/pages/site/releases/README.md
index 58f58e5..fb61888 100644
--- a/pages/site/releases/README.md
+++ b/pages/site/releases/README.md
@@ -15,10 +15,10 @@
 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: **[3.2.0](/3.2.html)**. The support status of all recent Gerrit versions is
+Latest release: **[3.3.0](/3.3.html)**. The support status of all recent Gerrit versions is
 [summarized here](https://www.gerritcodereview.com/support.html#supported-versions).
 
-## 3.3.0 (in development)
+## 3.3.0
 
 * Java 11 by default for Gerrit