Minor format fixes to upgrade docs CTR
diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index ab095bc..ba5acf1 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -15,15 +15,6 @@
 limitations under the License.
 ////
 
-== TinkerPop 3.5.0
-
-=== Upgrading for Users
-
-==== Upgrade Neo4j
-
-Refer to Neo4j link:https://neo4j.com/guides/upgrade-archive/[3.4 Upgrade FAQ] for guide on how to upgrade from the previous 3.2.3 version.
-For example, configuration setting `dbms.allow_format_migration` is now `dbms.allow_upgrade`.
-
 = TinkerPop 3.4.0
 
 image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/avant-gremlin.png[width=225]
diff --git a/docs/src/upgrade/release-3.5.x.asciidoc b/docs/src/upgrade/release-3.5.x.asciidoc
index a9fac18..bfe7405 100644
--- a/docs/src/upgrade/release-3.5.x.asciidoc
+++ b/docs/src/upgrade/release-3.5.x.asciidoc
@@ -373,7 +373,7 @@
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-2335[TINKERPOP-2335]
 
-=== Gremlin.NET: New JSON Library
+==== Gremlin.NET: New JSON Library
 
 Gremlin.NET now uses `System.Text.Json` instead of Newtonsoft.Json as `System.Text.Json` is already included in .NET
 Core 3.0 and higher which means that we have one dependency less on this platform and because it offers an increased