You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/14 21:36:52 UTC

[incubator-datasketches-vector] branch misc created (now a778e0a)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch misc
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-vector.git.


      at a778e0a  Changing datasketches.github.io to datasketches.apache.org

This branch includes the following new commits:

     new a778e0a  Changing datasketches.github.io to datasketches.apache.org

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-vector] 01/01: Changing datasketches.github.io to datasketches.apache.org

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch misc
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-vector.git

commit a778e0abcdd3e2681e772bfd98fd1745820a1b52
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Jan 14 13:36:39 2020 -0800

    Changing datasketches.github.io to datasketches.apache.org
    
    plus other minor doc changes.
---
 DISCLAIMER-WIP |  2 +-
 README.md      | 16 +++-------------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP
index c90f3f7..ae9f942 100644
--- a/DISCLAIMER-WIP
+++ b/DISCLAIMER-WIP
@@ -15,7 +15,7 @@ un-reviewed licensing conditions. What follows is a list of known
 issues the project is currently aware of (note that this list, by
 definition, is likely to be incomplete): 
 
- * The LICENSE and NOTICE files may not be complete and will be fixed with the next release.
+ * No issues are known at this time. 
 
 If you are planning to incorporate this work into your
 product or project, please be aware that you will need to conduct a
diff --git a/README.md b/README.md
index f68dedb..811e45a 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,6 @@
 
 [![Build Status](https://travis-ci.org/apache/incubator-datasketches-vector.svg?branch=master)](https://travis-ci.org/apache/incubator-datasketches-vector)
 
-<!--
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-vector/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-vector)
-[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/apache/incubator-datasketches-vector.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-vector/context:java)
-[![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/incubator-datasketches-vector.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-vector/alerts/)
-[![Coverage Status](https://coveralls.io/repos/github/apache/incubator-datasketches-vector/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/incubator-datasketches-vector?branch=master)
--->
-
 =================
 
 # DataSketches Vector Library (Experimental)
@@ -34,19 +27,16 @@ This code is offered "as is" and may not be to the quality of code in, for examp
 
 ## Documentation
 
-### [DataSketches Library Website](https://datasketches.github.io/)
-
-### [Comments](https://groups.google.com/forum/#!forum/sketches-user)
+### [DataSketches Library Website](https://datasketches.apache.org/)
 
-### [Building](https://github.com/DataSketches/sketches-vector/blob/master/README_building.md)
 
 ## Build Instructions
 
-### JDK8 is Required Compiler
+### JDK8 is required to compile
 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.  
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org