Move help block near the top so accessible early

Change-Id: I9f939236b380a88a2e998506fdcaf7ced8f3f60d
diff --git a/VERSION b/VERSION
index fdffde7..2f247a4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.10.13
+2.10.14
diff --git a/howto/code/linting.rst b/howto/code/linting.rst
index e3619b2..1dcce7a 100644
--- a/howto/code/linting.rst
+++ b/howto/code/linting.rst
@@ -35,6 +35,22 @@
 
 |
 
+
+Makefile help
+~~~~~~~~~~~~~
+
+Individual Makefiles support a help targe that will display a list of
+targets and functionality supported.
+
+.. code:: bash
+
+    make help
+    make help-verbose
+    make help VERBOSE=1
+
+|
+
+
 Helm Charts
 +++++++++++
 
@@ -66,6 +82,7 @@
 
 |
 
+
 JSON
 ++++
 
@@ -186,18 +203,6 @@
 
 |
 
-Makefile help
-~~~~~~~~~~~~~
-
-Individual Makefiles support a help targe that will display a list of
-targets and functionality supported.
-
-.. code:: bash
-
-    make help
-    make help-verbose
-    make help VERBOSE=1
-
 
 Bugs
 ~~~~
@@ -207,6 +212,8 @@
 - Include gerrit/github changeset if available.
 - A logfile snippet of the error and surrounding context.
 
+|
+
 
 Repositories
 ++++++++++++
@@ -217,6 +224,8 @@
 - [`master <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master>`__] `voltha-helm-charts <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts>`_
 - [`master <https://gerrit.opencord.org/plugins/gitiles/voltha-system-tests/+/refs/heads/master>`__] `voltha-system-tests <https://gerrit.opencord.org/plugins/gitiles/voltha-system-tests>`_
 
+|
+
 
 Notes
 ~~~~~
@@ -227,3 +236,5 @@
   it will be.  Submit patches as needed or open a jira ticket to request
   linting support in specific repositories.
 - Makefile refactoring: yes absolutely! Baby steps are needed in the interim...
+
+|