Add release notes for v3.2.5.1 and point from topnav

Change-Id: I3b4f43702c5aa59b69ef8f12f59167edd9a44aa0
diff --git a/_data/topnav.yml b/_data/topnav.yml
index 1c3b2cf..ddb2394 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.3/dev-community.html#how-to-contribute
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/dev-community.html#how-to-contribute
         - title: Presentations
           url: /presentations.html
         - title: Kudos
@@ -44,7 +44,7 @@
     - title: Docs
       folderitems:
         - title: Latest
-          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.3/index.html
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/index.html
         - title: Designs
           url: /design-docs-index.html
         - title: Wiki
diff --git a/index.md b/index.md
index 69cc26d..e5ec8ab 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.3</a></b>
+                    <b><a href="3.2.html">3.2.5.1</a></b>
                     </p>
-                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-3.2.3.war" class="btn btn-primary">Download</a>
+                    <a href="https://gerrit-releases.storage.googleapis.com/gerrit-3.2.5.1.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.3/config-gerrit.html#gc)
+Schedule [git gc](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/config-gerrit.html#gc)
 over all managed repositories and
-[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v3.2.3/src/main/resources/Documentation/config.md)
+[replicate](https://gerrit.googlesource.com/plugins/replication/+doc/v3.2.5.1/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.3/config-plugins.html).
+[server-side plugins](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/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.2.md b/pages/site/releases/3.2.md
index e998595..25e3e3b 100644
--- a/pages/site/releases/3.2.md
+++ b/pages/site/releases/3.2.md
@@ -6,13 +6,15 @@
 toc: true
 ---
 
-Download: **[3.2.5](https://gerrit-releases.storage.googleapis.com/gerrit-3.2.5.war)**
+Download: **[3.2.5.1](https://gerrit-releases.storage.googleapis.com/gerrit-3.2.5.1.war)**
+| [3.2.5](https://gerrit-releases.storage.googleapis.com/gerrit-3.2.5.war)
 | [3.2.3](https://gerrit-releases.storage.googleapis.com/gerrit-3.2.3.war)
 | [3.2.2](https://gerrit-releases.storage.googleapis.com/gerrit-3.2.2.war)
 | [3.2.1](https://gerrit-releases.storage.googleapis.com/gerrit-3.2.1.war)
 | [3.2.0](https://gerrit-releases.storage.googleapis.com/gerrit-3.2.0.war)
 
-Documentation: **[3.2.5](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5/index.html)**
+Documentation: **[3.2.5.1](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/index.html)**
+| [3.2.5](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5/index.html)
 | [3.2.3](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.3/index.html)
 | [3.2.2](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.2/index.html)
 | [3.2.1](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.1/index.html)
@@ -596,6 +598,13 @@
 
 ## Bugfix Releases
 
+### 3.2.5.1
+
+* Bug Fixes
+
+  * [Issue 13698](https://bugs.chromium.org/p/gerrit/issues/detail?id=13698):
+  Java runtime mismatch on Java 8 since after upgrading to v3.2.5.
+
 ### 3.2.5
 
 * Breaking Changes