Finalise Gerrit v3.3.1 Release Notes and update links

Change-Id: Id392e220af25186b142397a66748221341631893
diff --git a/_data/topnav.yml b/_data/topnav.yml
index 46fde99..8eec73f 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.3.0/dev-community.html#how-to-contribute
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/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.3.0/index.html
+          external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/index.html
         - title: Designs
           url: /design-docs-index.html
         - title: Wiki
diff --git a/pages/site/releases/3.3.md b/pages/site/releases/3.3.md
index 07ed3f0..312b8fd 100644
--- a/pages/site/releases/3.3.md
+++ b/pages/site/releases/3.3.md
@@ -6,9 +6,11 @@
 toc: true
 ---
 
-Download: **[3.3.0](https://gerrit-releases.storage.googleapis.com/gerrit-3.3.0.war)**
+Download: **[3.3.1](https://gerrit-releases.storage.googleapis.com/gerrit-3.3.1.war)**
+| [3.3.0](https://gerrit-releases.storage.googleapis.com/gerrit-3.3.0.war)
 
-Documentation: **[3.3.0](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/index.html)**
+Documentation: **[3.3.1](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/index.html)**
+| [3.3.0](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/index.html)
 
 ## Release highlights
 
@@ -86,7 +88,7 @@
 
 ### Breaking changes
 
-* [New logs timestamp format](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/logs.html):
+* [New logs timestamp format](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/logs.html):
 
   The new format supports both ISO-8601 and RFC3339, which means that if you are
   parsing it as general ISO-8601 it should work as before. However you will be
@@ -95,7 +97,7 @@
 ### ChangeAttributeFactory deprecated and ChangePluginDefinedInfoFactory supported
 
 Similar to the ChangeAttributeFactory, a ChangePluginDefinedInfoFactory allows
-plugins to [provide additional data in change results](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/dev-plugins.html#query_attributes).
+plugins to [provide additional data in change results](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/dev-plugins.html#query_attributes).
 ChangePluginDefinedInfoFactory has the advantage that it allows plugins to know
 the full set of changes up front so that they can do bulk operations.
 
@@ -139,7 +141,7 @@
   the ref prefixes (such as the default "read refs/* Anonymous Users").
 
   That was problematic, because it bypassed
-  [documented behavior](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/access-control.html)
+  [documented behavior](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/access-control.html)
   where a user should only have access to a change if he can see the
   destination ref. The same goes for other database references.
 
@@ -186,7 +188,7 @@
 
 ## New features
 
-* [Attention Set](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/user-attention-set.html):
+* [Attention Set](http://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/user-attention-set.html):
 
   For every change Gerrit maintains an "Attention Set" with users that are
   currently expected to act on the change. Both on the dashboard and on the
@@ -237,7 +239,7 @@
 
 * [Issue 12208](https://bugs.chromium.org/p/gerrit/issues/detail?id=12208);
   Add [presentation links](https://www.gerritcodereview.com/presentations.html#list-of-presentations)
-  to [documentation](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/dev-e2e-tests.html#_what_is_gatling)
+  to [documentation](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/dev-e2e-tests.html#_what_is_gatling)
 
 * [Issue 13082](https://bugs.chromium.org/p/gerrit/issues/detail?id=13082);
   Add Eclipse support for Gatling tests
@@ -392,8 +394,8 @@
 
 * Clarify documentation about parent project access right
 
-* Document [jgit options respected by gerrit gc](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/config-gerrit.html#gc);
-  [receive](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.0/config-gerrit.html#jgit-receive)
+* Document [jgit options respected by gerrit gc](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/config-gerrit.html#gc);
+  [receive](https://gerrit-documentation.storage.googleapis.com/Documentation/3.3.1/config-gerrit.html#jgit-receive)
 
 ## JGit changes
 
@@ -497,7 +499,7 @@
 
 ## Bugfix releases
 
-### 3.3.1 (in development)
+### 3.3.1
 
 * Breaking changes