Minor updates
diff --git a/README.md b/README.md
index 8f88efa..e9b08e3 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
 
 =================
 
-# DataSketches UDF/UDAF Adaptors for Hive 
+# DataSketches UDF/UDAF Adaptors for Apache Hive 
 Please refer to our [website](https://datasketches.github.io) for more comprehensive information about the various sketching algorithms and how to use them.
 
 ## Documentation
@@ -36,9 +36,9 @@
 
 ### [Java Core Javadocs](https://datasketches.github.io/api/core/snapshot/apidocs/index.html)
 
-### [Hadoop Hive UDFs](https://datasketches.github.io/docs/Theta/ThetaHiveUDFs.html)
+### Hadoop Hive UDFs/UDAFs
+See relevant sections under the different sketch types in Java Core Overview
 
-### [Hive UDFs](https://datasketches.github.io/api/hive/snapshot/apidocs/index.html)
 
 ## Downloading Latest Release
 __NOTE:__ This component accesses resource files for testing. As a result, the directory elements of the full absolute path of the target installation directory 
@@ -59,7 +59,7 @@
 This DataSketches component is pure Java and you must compile using JDK 8.
 
 ### Recommended Build Tool
-The DataSketches-java component structured as a Maven project and Maven is the recommended Build Tool.
+This DataSketches component is structured as a Maven project and Maven is the recommended Build Tool.
 
 There are two types of tests: normal unit tests and tests run by the strict profile.  
 
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 67ddb56..c5b546e 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -23,10 +23,10 @@
 <head>
 </head>
 <body>
-<h2>Sketching Hive Library</h2> 
+<h2>Sketching Hive Adaptors</h2> 
 <h3>Overview</h3>
 
-<p>The Sketching Hive Library provides access to the theta sketches in datasketches-java repository from Hadoop Hive.
+<p>The Sketching Hive Library provides access to the sketches in datasketches-java repository from Hadoop Hive.
 </p>
 
 </body>
diff --git a/tools/FindBugsExcludeFilter.xml b/tools/FindBugsExcludeFilter.xml
index 8a490e3..1358406 100644
--- a/tools/FindBugsExcludeFilter.xml
+++ b/tools/FindBugsExcludeFilter.xml
@@ -1,5 +1,3 @@
-<FindBugsFilter> <!-- sketches-hive -->
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -19,6 +17,8 @@
 under the License.
 -->
 
+<FindBugsFilter> <!-- datasketches-hive -->
+
   <!-- Too many false positives to be useful.  I could not make it happy :( -->
   <Match>
     <Bug pattern="SF_SWITCH_NO_DEFAULT" />