Update links to latest 2.16.2 release

Change-Id: Ib15117c7f01db39702eaeffd6155d00236f3dbde
diff --git a/_data/topnav.yml b/_data/topnav.yml
index c44c32d..f290e20 100644
--- a/_data/topnav.yml
+++ b/_data/topnav.yml
@@ -26,6 +26,6 @@
     - title: Docs
       folderitems:
         - title: Latest
-          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.1/index.html
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.2/index.html
         - title: Wiki
           external_url: https://gerrit.googlesource.com/homepage/+/md-pages/docs/
diff --git a/index.md b/index.md
index 57819d0..66441a6 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">2.16.1</a></b>
+                    <b><a href="2.16.html">2.16.2</a></b>
                     </p>
-                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-2.16.1.war" class="btn btn-primary">Download</a>
+                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-2.16.2.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.1/config-gerrit.html#gc)
+Schedule [git gc](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.2/config-gerrit.html#gc)
 over all managed repositories and
-[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v2.16.1/src/main/resources/Documentation/config.md)
+[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v2.16.2/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.1/config-plugins.html).
+[server-side plugins](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.2/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/2.16.md b/pages/site/releases/2.16.md
index 72bc060..ce4b4cf 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -6,10 +6,12 @@
 toc: true
 ---
 
-Download: **[2.16.1](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.1.war)**
+Download: **[2.16.2](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.2.war)**
+| [2.16.1](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.1.war)
 | [2.16](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.war)
 
-Documentation: **[2.16.1](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.1/index.html)**
+Documentation: **[2.16.2](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.2/index.html)**
+| [2.16.1](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.1/index.html)
 | [2.16](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16/index.html)
 
 ## Release Highlights
@@ -192,7 +194,7 @@
 
 ### 'Read As' capability
 
-The new ['Read As' capability](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.1/access-control.html#capability_readAs)
+The new ['Read As' capability](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.2/access-control.html#capability_readAs)
 allows users to impersonate any user to see which refs they can see.
 
 Note: the capability was added in 2.16 but only documented since 2.16.1.